Loading Tool

Explorer IconExplorer

Memory Pool

33,418 transactions
25.78 vMB
0.07902972 BTC
Random Selection Loading Transactions
Max Size: 129.17/200 MB

Candidate Block

Mining Attempt a4426741ad5fcb85d3fa14fa87331851bed2d0600b38d3d4278252f319620b68
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root 56a21a5583fb78bc27f6b979c424da3e3bca4b8252d3bea071c3e1c4dfebb926
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,352
Size: 1.00 vMB
Total Fees: 0.03102288 BTC
Feerates: 526.32 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (788,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,212 125,212 00000000000019a0b9708cc287afeb999c1ffc49a2a3a5cf0a4ebee2aeff5b36 74 0.02/1.00 vMB 2,040
125,211 125,211 0000000000003403f62be96f296a5f4b926ddf75ede612e798b5df98905526eb 9 0.00/1.00 vMB 0
125,210 125,210 0000000000002727b751eb4c4daca97b0585017c9ab580b32405a6cba149e77c 7 0.00/1.00 vMB 0
125,209 125,209 00000000000031fcef3dfd06ebe75becc81f2bda3a79d7f46eeac181bbe02499 23 0.01/1.00 vMB 939
125,208 125,208 000000000000071fe2bd8bc58f19bd3709a60c99fdbee34737010f8866e76a93 12 0.00/1.00 vMB 816
125,207 125,207 000000000000433ed63c71ccb59d47d0b1a8a08c3e767fd361cd5d1b53440f16 8 0.00/1.00 vMB 1,501
125,206 125,206 0000000000000dd419430e45035b1d80a960355e38846b4f07704b92933b0326 9 0.01/1.00 vMB 284
125,205 125,205 0000000000002446d53dd6f970c8fe2136a046988798c1c18b5dec1a8a9b3c49 28 0.01/1.00 vMB 0
125,204 125,204 000000000000186396324fb061f292f82f5edd50aadf518b9391e1a09741db49 14 0.01/1.00 vMB 519
125,203 125,203 00000000000018a667c39c9394dcf9e8c28e254605c43e8e48f5d762c183c347 1 0.00/1.00 vMB 0
125,202 125,202 0000000000000987e30e2ae743d0da0f4b82559d0b8766630da7c31fbcb57cc5 9 0.01/1.00 vMB 535
125,201 125,201 0000000000001166add644cf911e1bc1c53f05dd4a968e2428945a190744ad73 27 0.01/1.00 vMB 336
125,200 125,200 0000000000000770755c8f06c145f273e70530ce9559bb561289f951b99e65e6 8 0.00/1.00 vMB 436
125,199 125,199 000000000000073258353ea461cd0a4cfdedf03cbb8d7b44b430dd4d39cb56e4 1 0.00/1.00 vMB 0
125,198 125,198 0000000000001fa7d7d98075f560bec897919c847d7d9f8bcf46872746e07b5d 6 0.00/1.00 vMB 741
125,197 125,197 0000000000003ae356e4596c95859e6434a083e7fc05c5d87a1b69cba5e73979 20 0.01/1.00 vMB 1,167
125,196 125,196 0000000000001afc93336b17837502b9d841ccdc7feee8364b4714c327408129 11 0.00/1.00 vMB 1,220
125,195 125,195 0000000000002c1597fd64053bcf2db016cc24d5f5a64084d270c90588d0127d 16 0.01/1.00 vMB 0
125,194 125,194 0000000000002c0bd7eedf4071c38e95bb811115e514aa6b935ff5b2eb6c7529 27 0.01/1.00 vMB 1,040
125,193 125,193 0000000000002111ab3f77b8c4525d4e5cb73d418502935ee66f04ac002844bc 16 0.01/1.00 vMB 797
125,192 125,192 0000000000002bad8da77b95ef9166528061b62efbe6f7bdcf2e8e509b2a52e8 8 0.01/1.00 vMB 753
Previous 10 blocks ↓
Total Size: 780.96 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: 573.90 GB
    • Received: 8.09 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.