Loading Tool

Explorer IconExplorer

Memory Pool

79,234 transactions
30.08 vMB
0.12534583 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 00225ee0ffed16828f81bb1b1004d64b11680aec06ea3650b06e8ce287c26da7
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 82ea8dcf1da9831ef0ec6f45a1aad5b7193e68cd0ddc1282783ba803bc36ea6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,059
Size: 1.00 vMB
Total Fees: 0.03898640 BTC
Feerates: 673.02 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (278,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,111 637,111 0000000000000000000c2cd25cc811272f26bdba9ce86eb1380761c705953709 2,451 1.00/1.00 vMB 30
637,110 637,110 00000000000000000004cebd628f746f6d4867ea7c0d42c2ac2cb6725a598fe1 2,010 1.00/1.00 vMB 22
637,109 637,109 0000000000000000000041f34a4f47c33bb34c28fb79931ec0fe801890523490 2,567 1.00/1.00 vMB 40
637,108 637,108 0000000000000000000d5d27daa07d8bffdd7c410817f03b5653a4814e2ae3b9 2,481 1.00/1.00 vMB 34
637,107 637,107 00000000000000000001c0fb87edbda9472b86db9a36463be771a0388342f7c2 1,749 1.00/1.00 vMB 29
637,106 637,106 000000000000000000007fd923ae39de4db1225eb552b9f453697e93cbe0c674 2,594 1.00/1.00 vMB 37
637,105 637,105 0000000000000000000255d0f6fed186d2e356eee9c1799f542d3f502380ade8 2,514 1.00/1.00 vMB 49
637,104 637,104 00000000000000000001f1f7ab01ed9d741df4e7cae8463a54c21e2e9d20bd41 2,820 1.00/1.00 vMB 51
637,103 637,103 0000000000000000000163012bea1efb80cfc1adbbe407338e855f7a67a80e97 2,665 1.00/1.00 vMB 33
637,102 637,102 00000000000000000007ad76184b7b0efafd895b5623123c223fec888fe9604e 2,802 1.00/1.00 vMB 29
637,101 637,101 000000000000000000080346a38bd17924f0b29f45e40f70ddfe14b3d92842a9 2,128 1.00/1.00 vMB 40
637,100 637,100 0000000000000000001129609121f7b33a419ab46681af127d1de4821ef017a6 2,714 1.00/1.00 vMB 32
637,099 637,099 000000000000000000035d33b58893ee606300b9d0a2fc0c98fa26993301b360 2,704 1.00/1.00 vMB 41
637,098 637,098 000000000000000000060063f557846aa6b56ca6b0d5613fbd786b1dc4162fb8 2,623 1.00/1.00 vMB 32
637,097 637,097 0000000000000000000db54eef73e8670d919a9cd18d336fa23597e9679c5476 3,037 1.00/1.00 vMB 48
637,096 637,096 0000000000000000000021dd376c37190ac5fd20b44c2fdfc1f752fd561abd4d 2,649 1.00/1.00 vMB 40
637,095 637,095 0000000000000000000c9428f5202424e196ec269f39045a39c5e8e93fc81117 3,090 1.00/1.00 vMB 42
637,094 637,094 00000000000000000002d46bdc4ecb7bba5870802cdb4fe294dbd21be3e5a2e9 2,928 1.00/1.00 vMB 32
637,093 637,093 0000000000000000000af417f64a514f612341c36c7d29baedbd5da3e04576a6 2,767 1.00/1.00 vMB 42
637,092 637,092 0000000000000000000c2ed806e6b84a0507eb8ca0e0a72434d0d9d09ef27df4 2,752 1.00/1.00 vMB 51
637,091 637,091 00000000000000000000a7874ca90e4a55a2e1b7b3d0722915ca28694052d77c 2,427 1.00/1.00 vMB 52
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.