Loading Tool

Explorer IconExplorer

Memory Pool

75,275 transactions
29.04 vMB
0.08078418 BTC
Random Selection Loading Transactions
Max Size: 171.71/200 MB

Candidate Block

Mining Attempt 342adfbd80ad727795182bdda3832b623cde538b52c3a25b760146c4a309a8ed
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root be6e6af607e2d165cd1d0ac4c66449643cee07771a7f2b6d9b94f0e3f59a0c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.01925002 BTC
Feerates: 100.29 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (360,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,696 554,696 0000000000000000001b981d2caf62b7bfeee039e25da3e1709e8781c8bcc72f 1,255 0.49/1.00 vMB 15
554,695 554,695 0000000000000000002c3d35906e727da027d06dd5e7d541c6156ab5acbff962 786 0.52/1.00 vMB 5
554,694 554,694 0000000000000000002bb4d79076999b46e307b3241c097dacb1f78f252df023 2,047 1.00/1.00 vMB 11
554,693 554,693 00000000000000000001ed4c54448f07d8af732117158618c4b13394ad781a6d 745 1.00/1.00 vMB 4
554,692 554,692 0000000000000000003704f83eb8ab70b43453e563122d0bfaa712e221a4e3e5 1,055 1.00/1.00 vMB 2
554,691 554,691 00000000000000000013dd2b4242d01317ebc488363038a3c68813220f2c9a1f 2,134 1.00/1.00 vMB 9
554,690 554,690 000000000000000000017d6fea774e1265907750a135c9c266c869a2c27f3f8f 1,884 1.00/1.00 vMB 35
554,689 554,689 0000000000000000000fa0d3fe5224789a6823e36e3ac99b97dbb1fd5d35b8d1 3,351 1.00/1.00 vMB 28
554,688 554,688 0000000000000000002c3c53f4f1fec06e2c86e44e1c01de7536ccf39d0a492c 2,883 1.00/1.00 vMB 15
554,687 554,687 0000000000000000000a4cc647963de4a1e19487ee53d9664bd312702d69795d 2,136 1.00/1.00 vMB 15
554,686 554,686 00000000000000000023faa0011e4cac186c1fb5d33a2df722d6a090fc044671 2,224 1.00/1.00 vMB 17
554,685 554,685 00000000000000000025c57bffc1e1e94beac078cc612becf437f79d4a01ac29 1,916 1.00/1.00 vMB 23
554,684 554,684 0000000000000000002afde507d0138b228eb3fe7445f433e7f7f5a6097b1362 1,239 1.00/1.00 vMB 9
554,683 554,683 000000000000000000247320944f558fb9c9f68bea5746024bfab1649a8453f6 2,384 1.00/1.00 vMB 13
554,682 554,682 0000000000000000001506a3cf4f5b78f8a9020cdcbb014e24370d0e981e1140 3,723 1.00/1.00 vMB 17
554,681 554,681 0000000000000000003367d6962f3ccc4dae6cc711ea7b8fca62ce428787c516 2,773 1.00/1.00 vMB 51
554,680 554,680 000000000000000000121a3edd9d1daef53e4d382941f644679735f04aa8c3c4 2,543 1.00/1.00 vMB 20
554,679 554,679 0000000000000000002520087e337f0388586dc4fe30b758640df416a76ad359 2,942 1.00/1.00 vMB 25
554,678 554,678 00000000000000000022f08420db2ff57c4eb0e0706de5a021c1f619a52ea1de 2,811 1.00/1.00 vMB 29
554,677 554,677 000000000000000000102c33584b71b658d85062ecedb3f7b4d4dfb6d23beb9e 2,750 1.00/1.00 vMB 10
554,676 554,676 000000000000000000203876d5b1a613550c18c394ed29f7ec734ec54b1d8500 3,191 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.