Loading Tool

Explorer IconExplorer

Memory Pool

78,124 transactions
29.48 vMB
0.10624315 BTC
Random Selection Loading Transactions
Max Size: 177.55/200 MB

Candidate Block

Mining Attempt a7c3754930ff2c4f23d2179bbf1e89c0833eac907e5f97c8444b6f2e43a2066f
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (297,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,209 618,209 000000000000000000048b4e4de65b313a95306a9b019f3cca73416150b59d6c 927 1.00/1.00 vMB 86
618,208 618,208 000000000000000000041122e4b7c122fbe03304c0a16cdafbe821f8ff07303b 3,315 1.00/1.00 vMB 34
618,207 618,207 000000000000000000055fec4d781a9e807e733a0d5168e60473f62e974e0832 3,468 1.00/1.00 vMB 31
618,206 618,206 0000000000000000000700d53b376153459e52f0452428739a0b07d20b3a3737 2,643 1.00/1.00 vMB 32
618,205 618,205 0000000000000000000dcefce92202c3cd5b88fd51e157b6e22d37281b8e5ebd 2,212 1.00/1.00 vMB 8
618,204 618,204 0000000000000000000047a9fc5e06e073df802d64b8a566916996f3b6d476cb 3,094 1.00/1.00 vMB 28
618,203 618,203 00000000000000000008feaf451f50a5838cbcb1d3aee91d5a97f3f0f4fdf25e 2,670 0.98/1.00 vMB 11
618,202 618,202 0000000000000000000ecc30345e7931fadcd3791fb15914c7f65ba29bfd6581 2,989 1.00/1.00 vMB 13
618,201 618,201 000000000000000000058d98277ca839453efccb3cc34378d2cc14b25f4c05bf 2,838 1.00/1.00 vMB 36
618,200 618,200 00000000000000000011e5b9be02214b04cc491685f2286c31b1d9840deb5453 2,377 0.90/1.00 vMB 23
618,199 618,199 000000000000000000097fd2a0abce19c0458e1443f38d812bbf0a310e3db0f2 2,738 0.94/1.00 vMB 21
618,198 618,198 000000000000000000073ec7dfb9b482134aadcee1bc15400d969eb3f61eb2f7 630 0.23/1.00 vMB 21
618,197 618,197 00000000000000000000314402fac8b009c7f9f4f809ab263a503e0d2002d517 1,472 0.39/1.00 vMB 12
618,196 618,196 0000000000000000000bd17140c6a39184ceaafa8d409f6b769584f95719ccdd 3,065 1.00/1.00 vMB 12
618,195 618,195 000000000000000000093cf7b358b00cbd4a351bbd6053bea193525ea38656ea 2,954 1.00/1.00 vMB 16
618,194 618,194 0000000000000000000a27f3dff89a0719103691018b4dc35fcdf0aefe1ef579 2,775 1.00/1.00 vMB 34
618,193 618,193 0000000000000000001108854bb5f4424212528feef2a0bf5aa44c11d26b5090 2,869 1.00/1.00 vMB 11
618,192 618,192 0000000000000000000561a03bd4aa4a5bf8ad0312f3b53ba7c97e022b73a795 3,169 1.00/1.00 vMB 31
618,191 618,191 00000000000000000009da83eb2a92f89bd3d6cd5823e06accd6fe2ef0237fe0 1,307 0.41/1.00 vMB 7
618,190 618,190 0000000000000000000321f566cbec276725fd002680be7506c924fbb08b6038 2,847 1.00/1.00 vMB 22
618,189 618,189 0000000000000000000a8078aeb5295f5655655a6c54a10119f3163329634271 2,329 0.80/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.97 GB
    • Received: 17.26 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.