Loading Tool

Explorer IconExplorer

Memory Pool

36,186 transactions
12.55 vMB
0.16166765 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 75.27/200 MB

Candidate Block

Mining Attempt 222f72b2006c80421025f5fb4c71ec549fc4d0d44fa8df52a6609f093eca5147
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root 0ee5844f87cb9a5516fe7ff709ee95dee1ae2b9d66542db1647536ef03f77b97
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.05145118 BTC
Avg Feerate: 4.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (883,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,561 29,561 00000000d7af115819b49b44da58647adf8e1ecf6f2a06a90d7317c74483a004 0.00 MB 1 0
29,560 29,560 0000000044807f8fafeb39a00d43d05d83eff5a5b9c8563956d183ab2c68ad8c 0.00 MB 1 0
29,559 29,559 00000000f132d24ddf4670af54152864506afbf1eee32d49daa432508151bef1 0.00 MB 1 0
29,558 29,558 00000000504d99781095c25dbba328e39c263e1f2e6ff520f9de49e2ef147ee5 0.00 MB 1 0
29,557 29,557 00000000c329a213b0979e329eae79abca6135e0768021ee50658590e1f2781b 0.00 MB 1 0
29,556 29,556 0000000061eb64cf511e350dc79f61969f2add18877f69ec83ee29fe2f37caa1 0.00 MB 1 0
29,555 29,555 000000008f1d370ce922e695589a4ef9ee9b051212b021c91a1f10eb687464a8 0.00 MB 1 0
29,554 29,554 0000000071e060d453107188fa12ea8d2ee0d7d92def1631d1b23f7fddf1db2e 0.00 MB 1 0
29,553 29,553 00000000a5da62b544908106053cac3015b75a88ec285ee8ba5188a48210fd57 0.00 MB 1 0
29,552 29,552 00000000a6c91efd8ff5f59629876dc102c70838ec6d835dff9c806d38b2587e 0.00 MB 1 0
29,551 29,551 00000000d7891dc4cb3dee8a1b21a771ce331be5ee0998a8162f535e48ca788e 0.00 MB 1 0
29,550 29,550 00000000220d33ee51bc78e3698b5d3fc3fbced5ce3d41a189f02b1256c7562e 0.00 MB 1 0
29,549 29,549 000000000236e3927c6390630459ea7f1f8dea41f4b9af67dad5876c4b15faa2 0.00 MB 1 0
29,548 29,548 000000008e88497f71899ae9b807db0da478abc91912cde06598b9e90f6993d2 0.00 MB 1 0
29,547 29,547 00000000649bdaf10165a485c231164eed020a934afc6ed6d09f61d2c4733389 0.00 MB 1 0
29,546 29,546 000000002285c121fd48ee27590661ae48a8bbfc064bf4bdaffbc16a68ba7b73 0.00 MB 1 0
29,545 29,545 0000000068f584c1667df22f67724d4c28c7e61887d2c3f97dec4303507e4143 0.00 MB 1 0
29,544 29,544 0000000043c7599f5e926d1e85f39f285a2d03b972c8562ed8a725ecbd6ca2ba 0.00 MB 1 0
29,543 29,543 00000000c01c9b7e93cb9a3f0461c970d77525ce6d9a724c2741a18963474b0e 0.00 MB 1 0
29,542 29,542 00000000ab1b88fc0cdfc3af3cd3c831b5d9bb4ae3b160884ecfb0f6694c5682 0.00 MB 1 0
29,541 29,541 00000000ff01fb4b347084dfd91fa883f54521e7ef7538d941932c8ae782829c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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