Loading Tool

Explorer IconExplorer

Memory Pool

86,073 transactions
32.27 vMB
0.13226849 BTC
Random Selection Loading Transactions
Max Size: 197.24/200 MB

Candidate Block

Mining Attempt 461addf4be07fb0ba630370af75be9c8094bd6be34f8a709eb444c30968804d8
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 5894500bb7ea3ee45f1fb81fcc2839695ce29b07ac6bd3601e0cbb0ff2b49741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.04717659 BTC
Feerates: 301.60 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (540,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,080 375,080 00000000000000000a40de912586e26d55cba727abb1fd3137a5522204b7a649 1,739 1.00/1.00 vMB 33
375,079 375,079 000000000000000006716b09dd98fc4ab3e4899e1f97e5555f345fa88cdae772 595 0.31/1.00 vMB 31
375,078 375,078 0000000000000000089e5f0718e2f4aeed14274b84443902021ded6e8ae652e3 857 0.45/1.00 vMB 35
375,077 375,077 00000000000000000e831aff6439ec732a56ad70346849bc1c8df2a3ac9b0bcb 1,002 0.54/1.00 vMB 33
375,076 375,076 00000000000000000d6ecac68f0bc9230ff0cc56c3353fcec1e1397f771e8df7 644 0.32/1.00 vMB 35
375,075 375,075 00000000000000000a1bc576918b7cd6a1c8e4a4582179b0ba591045dca02472 1,243 0.70/1.00 vMB 30
375,074 375,074 000000000000000000375141fc65962a2a56a667bba34b4e137e41af6d064da7 1,091 0.53/1.00 vMB 35
375,073 375,073 0000000000000000084868bf81df98f4a9259df3d4e7cbf39850272086aec803 171 0.10/1.00 vMB 20
375,072 375,072 000000000000000004f56bd1646866c639badf6d3ea80fca210ee70663e4d743 190 0.11/1.00 vMB 34
375,071 375,071 00000000000000000714f2a248e512f3a2af8335411c8b5bbc7239f1b390a77b 1,058 0.53/1.00 vMB 36
375,070 375,070 0000000000000000120c3eacdc781bc7878777a9d7fa7bb4a49293929e9c17cf 1,050 0.52/1.00 vMB 40
375,069 375,069 0000000000000000061a6eee421e419ee0b2743ee4f2f1ec39f756d5542a97f4 137 0.17/1.00 vMB 8
375,068 375,068 00000000000000000eded33d68fd69cc2149bd5bae32fb601eb7921fc4a05c3d 1,816 0.93/1.00 vMB 35
375,067 375,067 0000000000000000055624f1bdd77f6e77d9c1c134aca4a69faacdf416053ac5 166 0.12/1.00 vMB 20
375,066 375,066 00000000000000000cdcb51aa0903a77bb1097dbf1baf429d7db8c6a1fbfea89 1,671 1.00/1.00 vMB 33
375,065 375,065 00000000000000000b63d6c4280a871f1c13de4848bd6276966b748b2f27ee87 1,051 0.51/1.00 vMB 38
375,064 375,064 00000000000000000555b730c356eddc8a4faae38fd5d7c38b4f452730e91c88 464 0.34/1.00 vMB 30
375,063 375,063 0000000000000000043bbbad8a71e2c700e80b5fdc6501a715de6ee5d1f32320 1 0.00/1.00 vMB 0
375,062 375,062 0000000000000000039eba75d76d16560f7ec152c3c52a4afef283c6bca4beea 501 0.33/1.00 vMB 29
375,061 375,061 00000000000000000c4305bfdba8d5d31a811c6842dfe6f7336d00c2e28722bf 1,469 0.87/1.00 vMB 33
375,060 375,060 0000000000000000125554bff0f83287fc0c4a0a0ae92a7746e019e751346804 706 0.36/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.