Loading Tool

Explorer IconExplorer

Memory Pool

36,890 transactions
27.77 vMB
0.05874763 BTC
Random Selection Loading Transactions
Max Size: 140.31/200 MB

Candidate Block

Mining Attempt 892cfe1d56700c0ab5cd4eb7e9da028e96c7f10fa5bb4e2c643ddc2827200dc5
Version 20000000
Previous Block 000000000000000000020abe907a711cd23f00089985aa7a1746960afc1ae162
Merkle Root 826689944928ba76d9a39c07cec660e7e97acef388cac271ffda6d7966c75cca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,902
Size: 1.00 vMB
Total Fees: 0.00597456 BTC
Feerates: 201.37 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,602 (489,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,534 425,534 0000000000000000048484df7e9e2d2b4ba25764c8d2500629705eab2c009ddb 1,572 0.82/1.00 vMB 52
425,533 425,533 0000000000000000037cccf2089dc4b427b8729e020f9d6871db4d7565179538 2,091 1.00/1.00 vMB 58
425,532 425,532 0000000000000000002109ccd11cfd506a4faf3098a43a4dbf4dca0ad4d3226e 2,931 1.00/1.00 vMB 83
425,531 425,531 0000000000000000044f28d4bd6b15613362847f12ca962d7b32621eed9bad58 1,868 0.90/1.00 vMB 65
425,530 425,530 000000000000000003d42670cd367723abff5aa80e0d1893a33c7280ecd2b944 1,686 1.00/1.00 vMB 45
425,529 425,529 00000000000000000416b76303b53bd4da68285f762192de5e4fb326132d8e47 952 1.00/1.00 vMB 37
425,528 425,528 00000000000000000035bcf7e8f6c21bedc93800201c63c0f2ef902ca71aedf0 2,127 1.00/1.00 vMB 64
425,527 425,527 000000000000000003f87f2413986c18ebc2f629017a48fc748fdce8ce88e46e 2,017 1.00/1.00 vMB 38
425,526 425,526 000000000000000003531af064b4eaf3bcf57b00ee697bbf318272861820383d 2,518 1.00/1.00 vMB 69
425,525 425,525 0000000000000000012d1593054edb620aedb38c7f482b750ec6165b55dc3e75 2,305 1.00/1.00 vMB 71
425,524 425,524 000000000000000002c6201d24f14fccfbe10f3114825d7df8d5d9d16e889b54 2,692 1.00/1.00 vMB 78
425,523 425,523 00000000000000000022a4129366a9f14c077a0507eba0e147caf7f3c261a346 2,850 1.00/1.00 vMB 64
425,522 425,522 000000000000000000c7bf43e1fe4eb09a5f090755f42d89b531851f8e2d543b 2,595 1.00/1.00 vMB 79
425,521 425,521 00000000000000000250288eeff54aad8200053a2b356c324fac0caf32b3d7b6 2,211 1.00/1.00 vMB 80
425,520 425,520 000000000000000000de398b3c973e949f54c1af5871a2f91d524bc47d9337b8 2,017 1.00/1.00 vMB 118
425,519 425,519 0000000000000000040c136e1550953715691b2eb58bc6f34c9f965c787704ba 1,487 0.90/1.00 vMB 100
425,518 425,518 00000000000000000260df1efa5ca8f75f0a2ab3e04010e6edd0e4e30537da65 2,218 1.00/1.00 vMB 144
425,517 425,517 0000000000000000050453ef20802a566ca68148b0f49267da7e6115acc8ef05 3,142 1.00/1.00 vMB 105
425,516 425,516 000000000000000000f78fe747503d64ad1e4d4370efa932b704a7ee579eaab9 925 0.49/1.00 vMB 34
425,515 425,515 000000000000000002dae8f2648a620364fdda7f2481033cb06aa0b9f567a5a9 2,936 1.00/1.00 vMB 97
425,514 425,514 00000000000000000418c6c7ec6da90221547cc82d339bd18aec4071e1132ba9 1,213 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.73 GB
    • Received: 11.82 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.