Loading Tool

Explorer IconExplorer

Memory Pool

40,962 transactions
27.96 vMB
0.06457593 BTC
Random Selection Loading Transactions
Max Size: 143.54/200 MB

Candidate Block

Mining Attempt 97e428fa9ace819bd38cfdb04c4c8c06bd72de886b61049ab77f7204a0067f35
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d14549d5f3fbd6486a669a7c1ce38cc3bbde440034c7626e910df5bdb50d6fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.01090124 BTC
Feerates: 100.56 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (356,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,955 557,955 0000000000000000001212e0fc58ee00ebbc5f6984e1450e468d5509a6b55ea5 2,816 1.00/1.00 vMB 15
557,954 557,954 00000000000000000024d2e3ea5e025482806a517b0654887da490bedb1065f5 2,649 1.00/1.00 vMB 27
557,953 557,953 00000000000000000005d1a3954ba2d3608cd2d8c564b6704dcecdf6aecae3e0 2,874 1.00/1.00 vMB 42
557,952 557,952 000000000000000000170a6dde2d5a827660cb5b80bd12681e6e9d2e7937cef6 2,015 1.00/1.00 vMB 20
557,951 557,951 0000000000000000000c56f2ad1613e694a766c930128ca7fa101a0dfa6113b5 2,795 1.00/1.00 vMB 11
557,950 557,950 00000000000000000017b0121ba9893f05815fd15d91defa7c3451d006eedda5 2,918 1.00/1.00 vMB 18
557,949 557,949 0000000000000000001f25e593809c25324c2332535658135bf672d1a125f1e4 3,160 1.00/1.00 vMB 27
557,948 557,948 00000000000000000017712cd3f14b6f00398673e8af617bc4f4bda193c66f8f 2,754 1.00/1.00 vMB 50
557,947 557,947 00000000000000000022c2af2dab6f6464f649fc2b585eae7016f08424917be0 2,441 1.00/1.00 vMB 29
557,946 557,946 00000000000000000004bd36fc0e2b516a1c40ff8b547ad4d75fc3fcd11d705b 2,184 1.00/1.00 vMB 6
557,945 557,945 00000000000000000003d34e7c6c269f1fe67385c18627001a87dbd07c379619 2,491 1.00/1.00 vMB 12
557,944 557,944 0000000000000000000cc854734c03ee3c97b2be3e2cbad4a93905670d2805b7 2,746 1.00/1.00 vMB 24
557,943 557,943 0000000000000000003048dc3757cb852dfe9782f85be16f96b06f5b6bf87fd9 2,369 1.00/1.00 vMB 20
557,942 557,942 00000000000000000003affd2d413802ee6cf3d75dfc8d6f1f53a6d8bf498f0f 2,914 1.00/1.00 vMB 30
557,941 557,941 00000000000000000022b78ae807c692006807251cafce0642e1d390aa3c8aa8 2,601 1.00/1.00 vMB 16
557,940 557,940 0000000000000000001e0e9a0dc666d564306ef83da10128d06381a133aded57 3,092 1.00/1.00 vMB 46
557,939 557,939 000000000000000000049157a2cc83d2ea345cab0616b8c791138b8ef7bf5a8a 2,903 1.00/1.00 vMB 36
557,938 557,938 00000000000000000019206cf03391ac075efbd4e4e35bb6283dac0060757e3d 2,633 1.00/1.00 vMB 42
557,937 557,937 00000000000000000027e2bbcb50d4eda1488c72eb07f264d9a0f94713b1ec4e 1,430 1.00/1.00 vMB 21
557,936 557,936 0000000000000000000c6abf975603fc5784ab495493c27578fe8b2e9fb3eb38 2,379 1.00/1.00 vMB 31
557,935 557,935 00000000000000000005067a0a3b34b3e6f7b2d8168a55635fbeed5708d0bd0f 1,697 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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