Loading Tool

Explorer IconExplorer

Memory Pool

77,216 transactions
29.84 vMB
0.10542034 BTC
Random Selection Loading Transactions
Max Size: 180.36/200 MB

Candidate Block

Mining Attempt 403e08f1611b33c19ec06e547f5507acfa107ea0012dcf0a9628be70cda8c2ce
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 8e22242fe0753dc3bd6aed008cce89d9b4547cfd45b1eb34eebdda618963dd00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.03701432 BTC
Feerates: 357.61 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (501,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,541 413,541 00000000000000000112314fe46d8a9ec066d3568acf903659bdfb63dff7ad9b 1,783 0.89/1.00 vMB 49
413,540 413,540 000000000000000002c7f4a9629ec7573d212beffad4cab6d371f6e5c3d35d41 340 0.20/1.00 vMB 47
413,539 413,539 000000000000000003c89318eb1cd252080a6783144f0d4563fbd6c9ec47c2ea 1,465 1.00/1.00 vMB 32
413,538 413,538 000000000000000000d4542e47b35eff7a367b914951c36a5d9946d206149006 879 1.00/1.00 vMB 22
413,537 413,537 0000000000000000003fb2986d59ef95c870a3f7b1fe5743386aa112f37ef6d0 860 1.00/1.00 vMB 19
413,536 413,536 0000000000000000018695a76fa47a68a9fb19e7e098adefcd5922861309db08 1,476 1.00/1.00 vMB 22
413,535 413,535 000000000000000003c66df2435f20bfb267bf33e4fe94dfa04e79a66d6bd2ac 2,361 1.00/1.00 vMB 43
413,534 413,534 0000000000000000024f2c63dac9a770d8db067d494fe9f8b65370f3867df1ed 2,008 1.00/1.00 vMB 48
413,533 413,533 00000000000000000197ef1d4dd95ae6e12a36adc15159e7840bdfd1fd89823f 1,781 1.00/1.00 vMB 44
413,532 413,532 000000000000000004142633bf6e229e37dfb482dba96ae48f63486b13caf652 1,899 1.00/1.00 vMB 54
413,531 413,531 000000000000000004f227661a9f496d5a60ce05b69fe26e1d952e422a65699f 2,032 1.00/1.00 vMB 44
413,530 413,530 000000000000000004c901a601e27a74c27c1fb5a83c6056c3b2535a8423851a 2,749 1.00/1.00 vMB 51
413,529 413,529 00000000000000000032d0637507679f2b90b23c818b58827098462fb380abcb 958 0.99/1.00 vMB 52
413,528 413,528 00000000000000000090fee41ef31bf8a55b7ea8c351850b92f3d14eea66b4a9 2,354 1.00/1.00 vMB 104
413,527 413,527 0000000000000000044b6eee92d9b7b48b7951c0a965d6fbad3a9ea43e56dbb4 2,662 1.00/1.00 vMB 65
413,526 413,526 0000000000000000018794e363dba0d4234d251baf7889b3c6614d4748cd6a4b 1,514 0.93/1.00 vMB 51
413,525 413,525 0000000000000000006a61280be84c40a3c28c5074bbb7c0715a1172a4f22d44 2,350 0.92/1.00 vMB 95
413,524 413,524 000000000000000005275ebb1a59c94f5738f85490394b96c387f019cc2114a8 2,009 1.00/1.00 vMB 37
413,523 413,523 00000000000000000064a8a7d30d3f432392ff86e4418c863bb89203c22c0118 2,312 1.00/1.00 vMB 79
413,522 413,522 000000000000000004f152fc3e739ba56e467547d2f91b754cd97a0ceaf506eb 1,741 1.00/1.00 vMB 38
413,521 413,521 00000000000000000270aa0e891adb921cd03d43df1adffeda87cb19fa64cd98 588 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.15 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: 744.26 GB
    • Received: 18.71 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.