Loading Tool

Explorer IconExplorer

Memory Pool

79,058 transactions
29.67 vMB
0.10854299 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt 9f6292b6eb0b1a51df57ceb20d581068981243edfb54a9de683f21ca87c624fe
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root dbbafc82e3797cfe44dbcca69c5a987681f6bce01422535a9930bfd8314278e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.02593860 BTC
Feerates: 100.53 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (500,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,726 414,726 000000000000000004680a41ba2e0f76980686b86897faffc658c70ee681f468 2,217 1.00/1.00 vMB 48
414,725 414,725 000000000000000004e962cbdbfdd5cd7cf38a448cc2b51b7fda51fed52babd3 2,481 1.00/1.00 vMB 54
414,724 414,724 000000000000000000b48d4138cff858b4de48a494a1a15695b25c6bd11d025c 448 0.26/1.00 vMB 40
414,723 414,723 000000000000000003d30c347b5b11cfc6f5c63b131f8290d380f31120973cc5 863 0.48/1.00 vMB 37
414,722 414,722 000000000000000000516c2304ff5df3d5a66f5f0c8e2298467a04d53d6d251a 252 0.12/1.00 vMB 42
414,721 414,721 0000000000000000001505bcfdfc24ca93f5307ba2d39f0b24618cb9bce7864b 711 0.33/1.00 vMB 41
414,720 414,720 0000000000000000016e0f1ff3e8ebcaf1d556fbf8bf603b52015a057c5ab1a0 1,528 0.83/1.00 vMB 40
414,719 414,719 000000000000000003f256da7640a2c732a3e6e3882a96427bca61ad9c66c69a 547 0.83/1.00 vMB 19
414,718 414,718 000000000000000004b17dd23e5063723b5a1f25d5cc86158a631a5f5630a2aa 399 1.00/1.00 vMB 15
414,717 414,717 000000000000000004ca069947a9a88105e6530a4a4b423f9adf29d1e8cf45a7 1,588 1.00/1.00 vMB 28
414,716 414,716 00000000000000000458240d944feb826068b836e8ea2394b84318b00f915972 8 0.00/1.00 vMB 146
414,715 414,715 000000000000000002d0f22b76370601fba90505ccdddff6bbc4b5017c315655 2,366 1.00/1.00 vMB 49
414,714 414,714 000000000000000002edd1ccc9f7843ef64a718b5186dfd137c13e3d8aa6875f 1,513 0.99/1.00 vMB 41
414,713 414,713 0000000000000000005fc09d9ac65fc1fd3ceac9b296e70f4df4350ed5126cf3 3,357 1.00/1.00 vMB 60
414,712 414,712 00000000000000000275c17728568bb4be46a1c3aca3bff2a4d7407695652d1a 540 0.26/1.00 vMB 53
414,711 414,711 00000000000000000564d235617bd7a9bb6b619869b3b60e000f652d0ef5a151 1,375 0.69/1.00 vMB 37
414,710 414,710 0000000000000000056bfbc7d60a2695f3e3a66d2fba011c844feda51bc5f250 2,275 1.00/1.00 vMB 53
414,709 414,709 000000000000000003562dad7dfaa0fcdd660fdc2bce52d63ac3b12f24e66463 1,173 1.00/1.00 vMB 29
414,708 414,708 0000000000000000038e4a7fb7cea939f1c27fcf6048d195413e48a3bd63a830 866 1.00/1.00 vMB 18
414,707 414,707 0000000000000000015500b2cb2bb0b678439f7d40334d774cc3da35370abfab 1,843 1.00/1.00 vMB 30
414,706 414,706 000000000000000005610f480f973393a3e4a3c69a6a448e9f504c049aa865be 7 0.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.91 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: 714.00 GB
    • Received: 17.50 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.