Loading Tool

Explorer IconExplorer

Memory Pool

82,306 transactions
31.07 vMB
0.11756308 BTC
Random Selection Loading Transactions
Max Size: 182.77/200 MB

Candidate Block

Mining Attempt d2cb23f00c6d6d21c9a65b17b6047a86239db2653aed9ee7a3d4d11cb7f28677
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 375d85fa524c51da2559426349db6f01f3fc94858bdc5e7be456d9232dbbbe1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,725
Size: 1.00 vMB
Total Fees: 0.03989045 BTC
Feerates: 150.77 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (526,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,270 388,270 0000000000000000054702665791ac1c8be3e36c22dab08cfb072ce2a96ae12e 2,537 0.75/1.00 vMB 58
388,269 388,269 0000000000000000056ce91a6700dbfc751aec4254c09aae23bc7ef995fafcdd 1,139 0.41/1.00 vMB 45
388,268 388,268 0000000000000000082ee632eff73916f66cb7d1a1fff376c8bc7278258b847b 812 0.41/1.00 vMB 26
388,267 388,267 00000000000000000262fa960dad0d2a17dca4c4cdb5aef053c85f836c6e2acd 669 0.35/1.00 vMB 26
388,266 388,266 000000000000000003f6b7a9c590d90639b8cc52299a43b5d35aab41fed39753 2,158 0.70/1.00 vMB 44
388,265 388,265 000000000000000006de8540196d5585e3baf20301ca8c30acc44c8e29c55f71 376 0.75/1.00 vMB 9
388,264 388,264 00000000000000000a2c2c8d278a69ff7117994c94cb1b542a409c9fe6ff9c27 891 0.75/1.00 vMB 16
388,263 388,263 000000000000000003e8ae2e0b955f7540a71a66a42ebdc2fbe517908e83f905 213 0.08/1.00 vMB 36
388,262 388,262 000000000000000000d4ba5a9638847f25e90475a53f857c4e0f1110e862cb48 270 0.75/1.00 vMB 9
388,261 388,261 00000000000000000bc43119ddbf4d16700a23734d9dcd871c9fb7eff6bb34d3 244 0.31/1.00 vMB 9
388,260 388,260 00000000000000000470e666f51625f4b9e5e1dee9caecb1ac05d3184395d5a1 1,778 1.00/1.00 vMB 30
388,259 388,259 0000000000000000002eb29908fcc7c01dd45bada897dd3fe36796260ddfcc93 854 1.00/1.00 vMB 19
388,258 388,258 0000000000000000095f495fef5df00f6a992be11bb806a9a81a717fa4d839ab 496 0.25/1.00 vMB 31
388,257 388,257 0000000000000000086680875cdf5eff15af161a0b967ea4a433a396f760df19 710 0.93/1.00 vMB 9
388,256 388,256 00000000000000000c805bf343ee64c1e75b234f6bbbdc030b3d253c42828f63 1,447 0.95/1.00 vMB 22
388,255 388,255 00000000000000000d1fb178c59800011ffe0dff480f33e96230d4cec0cc0679 1,227 1.00/1.00 vMB 16
388,254 388,254 00000000000000000ccf7a21eb198e5bfc157f01c5fca7c8a8769aa3bf6c5509 165 0.10/1.00 vMB 20
388,253 388,253 000000000000000002eb64cd38f1cb379e80a5c1c385a9368ec1ba1d1cbf12f0 516 0.21/1.00 vMB 38
388,252 388,252 00000000000000000d4faa742e9b24e119e8762348e339594e25110fa91179ad 1 0.00/1.00 vMB 0
388,251 388,251 00000000000000000996d36ea906b017f8d57d574bda5269f808fe9a587491a1 1,201 1.00/1.00 vMB 21
388,250 388,250 00000000000000000973e52dc45e66f9985a94d1162caf7ef22909d9d26b23dd 1,201 0.54/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.52 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.77 GB
    • Received: 15.57 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.