Loading Tool

Explorer IconExplorer

Memory Pool

79,061 transactions
30.05 vMB
0.12370869 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt 6f11e8121d8e387543c40921588354ae05bf96f692205ac1c758c38338b13eac
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0a803e285e5ba59e79c21eb891a0c0f7f8f6e90daaa533a040681f34f5368e38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.03819083 BTC
Feerates: 673.02 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (318,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,129 597,129 0000000000000000000b6a692d7981f18ffcff6e18fc11914d02b05dba8f0244 3,250 1.00/1.00 vMB 30
597,128 597,128 00000000000000000012d63e2e8d2cc2594c4564c7ebc33a0dee8126b0998be5 2,844 1.00/1.00 vMB 43
597,127 597,127 000000000000000000014deb46980fcb175123f8c04f848da320d6435e0611a9 1,559 1.00/1.00 vMB 11
597,126 597,126 00000000000000000011343a9f50d047f5afd24672ea141205586b91d962bf6c 1 0.00/1.00 vMB 0
597,125 597,125 00000000000000000008c7ae65abe845dc46d45a6a8c99d445c3b6a9b0b71c41 1,420 1.00/1.00 vMB 9
597,124 597,124 0000000000000000000f8dc47d75d9fa04e5f3752c4fe887c5c4fffd62bec127 1,798 1.00/1.00 vMB 15
597,123 597,123 0000000000000000001092ef5064eed76b3c4b9ef99d07fff44cdb046c017a26 2,396 1.00/1.00 vMB 24
597,122 597,122 00000000000000000004fa3757c7047839c7de3a57facdba5d478a5493bc0af7 2,456 1.00/1.00 vMB 20
597,121 597,121 000000000000000000126c0a1cb920c2cc121dddbb8aeaeb77863f232b79c264 2,827 1.00/1.00 vMB 49
597,120 597,120 0000000000000000000fff4af8db0c8531cd8fb712add9ebce62393c7987463b 1,788 1.00/1.00 vMB 31
597,119 597,119 000000000000000000111f2cdd527488bb8ad50ba64ff86bd5cfe16ab0bb01a7 1,327 1.00/1.00 vMB 74
597,118 597,118 000000000000000000064935e28f2fb64d4e95dceabab221185762c9fa81c049 3,094 1.00/1.00 vMB 24
597,117 597,117 0000000000000000001024714ad7db830182c15bb5b3ee7ad3b41794456ab047 3,117 0.97/1.00 vMB 19
597,116 597,116 0000000000000000000c18b866859f2e833f39fc67cc6d4a5c06b68ba41a0f6f 2,706 0.89/1.00 vMB 17
597,115 597,115 00000000000000000012cf54dbe8f4163d913a43ffa4a9df2f25c0edae1f6324 3,351 1.00/1.00 vMB 26
597,114 597,114 000000000000000000088eabc0b0150612074c8cfd95661479509d2f44771839 305 0.08/1.00 vMB 18
597,113 597,113 0000000000000000001591f83194d207f11274c3ebb84334d532d928c0646669 740 0.22/1.00 vMB 24
597,112 597,112 000000000000000000041a7e65fcba5079bf0a74e59d3a6dd953f9d06b7a3c14 48 0.02/1.00 vMB 23
597,111 597,111 0000000000000000000d9ee9c73edaadea275402cbf4853a38edd7fae6c75cf3 966 0.27/1.00 vMB 23
597,110 597,110 0000000000000000000800844f1079f845f5933c98904ddc8da38cd7edf21a1f 2,305 0.77/1.00 vMB 19
597,109 597,109 000000000000000000078eb101820c0fccb971405f3d0ccf2ce74549ac54682d 2,477 0.75/1.00 vMB 19
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: 713.05 GB
    • Received: 17.28 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.