Loading Tool

Explorer IconExplorer

Memory Pool

74,192 transactions
28.30 vMB
0.06939947 BTC
Random Selection Loading Transactions
Max Size: 168.31/200 MB

Candidate Block

Mining Attempt 2bf57047e9ee6c49825d81a82ce1eb71229638ba4dab4937ed9fb979b0787d0d
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cb110da391327c16a6dd4ea3241fac7a18364611949bf7f6e5eb3ee3b4c84381
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01272993 BTC
Feerates: 101.62 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (266,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,980 648,980 0000000000000000000b1cfa5d215f9e099d4840606e48b4026baa245be5135b 2,380 1.00/1.00 vMB 41
648,979 648,979 000000000000000000071028221a091cd7aa1045b3798f2f6a2293a2de1f5730 2,801 1.00/1.00 vMB 41
648,978 648,978 0000000000000000000c458682d34587e3434ac5066d240da3ddde1a9bf9a80d 1,827 1.00/1.00 vMB 48
648,977 648,977 00000000000000000009e27341f72985cda6e2e7bb688d34e00f4c8126f240eb 2,666 1.00/1.00 vMB 56
648,976 648,976 00000000000000000002b285f49dc3fc7d7f1ef2fd05390e89d43c287046ccb6 3,043 1.00/1.00 vMB 61
648,975 648,975 0000000000000000000efc35489af2d177b385cc673aa110aa823a9c5f7a1cbf 2,326 1.00/1.00 vMB 69
648,974 648,974 0000000000000000000b1d5a5f5d178a676b84e5c107c5fdaf14b812e1dc66b4 2,832 1.00/1.00 vMB 93
648,973 648,973 0000000000000000000a6645eb358a22803ddc79ab32e37ce22e31418f2dac6d 2,644 1.00/1.00 vMB 72
648,972 648,972 00000000000000000000c67246f8512e52b93e8ecd6cfed341759e884bb21c2c 1,954 1.00/1.00 vMB 82
648,971 648,971 0000000000000000000204030f398c8efd504fb59688a425e2d50768c601f034 2,815 1.00/1.00 vMB 99
648,970 648,970 0000000000000000000c23e4c266766effbc7af31ad7b34086db85daaaa5f1e1 2,342 1.00/1.00 vMB 108
648,969 648,969 0000000000000000000ef665789dbe2a32c6b90078dacdbaf1863aa027494215 2,897 1.00/1.00 vMB 43
648,968 648,968 0000000000000000000af0a2241cf7061156016c2f3636c043d211443c003542 2,728 1.00/1.00 vMB 85
648,967 648,967 0000000000000000000156547593dde797ea78b4336e1e3d28a89d2c5118af2d 2,909 1.00/1.00 vMB 88
648,966 648,966 000000000000000000005188bcc0bf10bc432cb4677dcedb8004d84e149d3ea3 3,014 1.00/1.00 vMB 55
648,965 648,965 000000000000000000053516d14ece617b035c3c6316d4c7a3f2a17ef97b2118 2,928 1.00/1.00 vMB 97
648,964 648,964 0000000000000000000fccb1408bc7fa4d1fe6bf6ce61b3b8c1ad8221b79df6e 3,031 1.00/1.00 vMB 74
648,963 648,963 0000000000000000000b7ae1dd7069a4d6b89049d99919129ea8e91d86eeb4ca 2,246 1.00/1.00 vMB 70
648,962 648,962 0000000000000000000fd35486fd81273c8c3fd58c5ee90d1ed9836446c2831f 2,584 1.00/1.00 vMB 103
648,961 648,961 0000000000000000000aea796a9838e19a1c59a701e5c873880ec16ce4fb87bc 2,813 1.00/1.00 vMB 102
648,960 648,960 00000000000000000007abcad161c859b832ab11e74ddb242f066a03ab3dddb2 2,778 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.