Loading Tool

Explorer IconExplorer

Memory Pool

74,609 transactions
27.65 vMB
0.06860428 BTC
Random Selection Loading Transactions
Max Size: 168.40/200 MB

Candidate Block

Mining Attempt 4d06d3c5c6440c5a2c91d3025f12a22d3d34c0e145dfdaa795cacd691827e80e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 2365cbbfc95c23de5676728a8adc19d33b16b68145b8e629438c49015f4d3528
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,635
Size: 1.00 vMB
Total Fees: 0.00829042 BTC
Feerates: 180.82 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (124,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,573 790,573 00000000000000000004665ea8ef2f9f4ae29e89408ae5f8952d098c8e21975b 3,419 1.00/1.00 vMB 113
790,572 790,572 000000000000000000034f1caa6a6f75ac31c54c7f00bab20471a9f8b0839059 3,104 1.00/1.00 vMB 68
790,571 790,571 00000000000000000002221bdb58c2df1ca372d931f0f6ced1ed09827b774a59 3,884 1.00/1.00 vMB 50
790,570 790,570 000000000000000000027d65ea5de353e2f46990d842cf4b4953b6b00db9756b 4,621 1.00/1.00 vMB 21
790,569 790,569 00000000000000000001100392efbe74067159a84918f2cea497b581402325c9 4,136 1.00/1.00 vMB 43
790,568 790,568 00000000000000000001ee3b9d99c7d58d1c22a24cc0920e9129344756c17ed9 3,492 1.00/1.00 vMB 33
790,567 790,567 00000000000000000004d7a03ef3afa1d1f9ec66ae9ba1ef16999fe10d5513b4 3,335 1.00/1.00 vMB 58
790,566 790,566 000000000000000000051cedf2ca5d740ade80588d4fc7924daa965514d44f27 3,451 1.00/1.00 vMB 42
790,565 790,565 00000000000000000001ea74e6acfea97d2a248edbc8c4f31e5711a43f84f4e3 3,588 1.00/1.00 vMB 59
790,564 790,564 0000000000000000000570291173bcae67fb013a0dd207c5a01879dee2294d27 2,784 1.00/1.00 vMB 89
790,563 790,563 00000000000000000001e39e2457cb97a71a3ae5356df97005a0b6b2d464ce68 2,912 1.00/1.00 vMB 64
790,562 790,562 00000000000000000004d5b19f4bb2d3ceced09ccef9c201463e6b2dfd6346a6 3,218 1.00/1.00 vMB 33
790,561 790,561 000000000000000000050fbb8a4240bdc120ab987697acb7f6173ce90bb1ebdc 3,160 1.00/1.00 vMB 56
790,560 790,560 000000000000000000036223e16716b18e6957c0a1fbc1836fbe6f8c8c2aa85a 2,978 1.00/1.00 vMB 51
790,559 790,559 00000000000000000003090ca1a457620a856404361427fa2fab2022d156217b 2,845 1.00/1.00 vMB 51
790,558 790,558 00000000000000000003d28ccc65e90a6ae4b26082dbdf3abfa9c540796d135d 3,104 1.00/1.00 vMB 78
790,557 790,557 00000000000000000004240704c7da0c3aaf066d088a2e2d6d628436fe185873 2,855 1.00/1.00 vMB 100
790,556 790,556 00000000000000000002f45a2aba5d821ce8aad5513960d86e31f786f13bb8c9 4,571 1.00/1.00 vMB 32
790,555 790,555 00000000000000000002c375db015a4563c2d61737baf6cc52df55097b44a83b 3,966 1.00/1.00 vMB 43
790,554 790,554 00000000000000000004f37e8b961e3b0ecc241119df89e80635d51cc0636b99 3,179 1.00/1.00 vMB 40
790,553 790,553 0000000000000000000574c26d4b484d26714502df129c5a382e6f05fac3523e 3,559 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.86 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: 712.85 GB
    • Received: 17.24 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.