Loading Tool

Explorer IconExplorer

Memory Pool

46,125 transactions
32.02 vMB
0.11665522 BTC
Random Selection Loading Transactions
Max Size: 163.68/200 MB

Candidate Block

Mining Attempt 83384f2b8df78d35e0db2b09eee4f5f74c9c163bb2e4b3b9a99363cf9f5af0d3
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root f3feca102849b945282de90697d1622c02605761cc37d7451dc576db026c9855
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,257
Size: 1.00 vMB
Total Fees: 0.04568369 BTC
Feerates: 302.14 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (359,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,849 554,849 000000000000000000207e68bedcb25243bea9554923c613826c1840e64f4c58 2,111 1.00/1.00 vMB 15
554,848 554,848 00000000000000000003eb5dc0ef991f39f36249fbd60b046e104747fa7de656 1,310 0.58/1.00 vMB 15
554,847 554,847 000000000000000000025195c26ac7b90daa9074d74c1cc0c2f68b03da173e65 276 0.10/1.00 vMB 11
554,846 554,846 0000000000000000000a663a962e862988a23ba7af6e8cd8c3c469cb9a4cf1d1 474 0.21/1.00 vMB 16
554,845 554,845 000000000000000000103f429534d8acfa1d5ff574d7f437ed97a0f659a87c86 2,020 0.98/1.00 vMB 13
554,844 554,844 0000000000000000001c8b69a8efbbf1d1fb8fdc0fb17dfc14fb7fb1358ddccd 2,542 1.00/1.00 vMB 17
554,843 554,843 00000000000000000028e0ac027a3e675ed66bc71da8aaa653f24f88639deb42 218 0.06/1.00 vMB 17
554,842 554,842 0000000000000000000fe961f1207f1b58b6764876588d44caa4c6acc2f3e76d 1,197 0.57/1.00 vMB 17
554,841 554,841 0000000000000000002448a2f6f87fe047400491b9ee2ddf2ddb9f22915f42ac 632 0.25/1.00 vMB 13
554,840 554,840 0000000000000000001bc35b0eaead0f58ffc0eab33001e036e8c839cd747648 480 0.24/1.00 vMB 18
554,839 554,839 0000000000000000002a719dceb1fed5a8e77eb98c52a846f980ec33effd84d5 1,103 0.47/1.00 vMB 13
554,838 554,838 00000000000000000005c5dfdcb58ed2b16ac0ed8bad43630074a11aecd7f39e 142 0.10/1.00 vMB 17
554,837 554,837 000000000000000000281a1a9c780a8f8545adbd0bd1ccfaf4be9f55336d6a56 332 0.49/1.00 vMB 23
554,836 554,836 0000000000000000000e865c94fcdcfd928550eb30ae9eec320a8f82c7d8ae36 1,253 0.50/1.00 vMB 17
554,835 554,835 000000000000000000168c071620a434cf9a0a0fd7be4146d0b163c8903acf65 1,159 0.46/1.00 vMB 16
554,834 554,834 00000000000000000024b9266016662b2d21baef1694a8373461067df89d9bf8 314 0.14/1.00 vMB 17
554,833 554,833 0000000000000000000739f5abca0ba03701c2b21c1fa66788402d6edc785f87 1,620 0.91/1.00 vMB 11
554,832 554,832 0000000000000000002a489509e7f6dc91e4e20ec4d19e2b0d1a34afccb4ef8e 3,052 1.00/1.00 vMB 19
554,831 554,831 00000000000000000036e7a187e40026049ca26f60ea4e907eb43173bcd5bed7 1,395 0.78/1.00 vMB 6
554,830 554,830 0000000000000000001110246a994b828414b41dddd57e4b39d585d2254e965d 1,715 1.00/1.00 vMB 24
554,829 554,829 0000000000000000002ab5edf3612adeab9a9cfd56aee46d3696fc4e58531653 1,246 0.90/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 608.05 GB
    • Received: 10.64 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.