Loading Tool

Explorer IconExplorer

Memory Pool

83,430 transactions
31.02 vMB
0.13823900 BTC
Random Selection Loading Transactions
Max Size: 187.09/200 MB

Candidate Block

Mining Attempt b6ae8206c7e8b24fade25c089dd97fa6959596e9b7ee53c85b57d44e2d09b1ae
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 07cec0c3320f18301309c70f18068be7d5b4f9593aa57f17c2b1a8af88ececd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,765
Size: 1.00 vMB
Total Fees: 0.07005533 BTC
Feerates: 366.60 > 7.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (255,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,249 659,249 0000000000000000000797cc79258f20d26341c0581fa4d8926665e8f3aa5d95 2,421 1.00/1.00 vMB 7
659,248 659,248 000000000000000000098dc516f038b46c4b86e5e59c672a31058a10b6af8dfb 2,549 1.00/1.00 vMB 43
659,247 659,247 000000000000000000076901f0a42cfb12d502fae602fd0089f32ef9286cdfcd 2,607 1.00/1.00 vMB 11
659,246 659,246 00000000000000000006b5f99ddb584eab70c8504a727411869da0af7b74b8ba 2,598 1.00/1.00 vMB 47
659,245 659,245 00000000000000000006184420a24d915c08e0a4b129500a60a8c9d49bf8276b 2,628 1.00/1.00 vMB 41
659,244 659,244 00000000000000000002f8e454e30b597a7bd01afc6c2afc17cbddfb6a67c126 2,185 1.00/1.00 vMB 32
659,243 659,243 0000000000000000000afabbbc916c01ae8ef2b1be76a47dfabc44ba0d043412 2,365 1.00/1.00 vMB 75
659,242 659,242 0000000000000000000942e601df0d1f371435a699288184054e25e32c6855f3 2,388 1.00/1.00 vMB 6
659,241 659,241 00000000000000000004935ef4e0f88176aa6f0c26942eba23c8aa6de1a36600 2,177 1.00/1.00 vMB 29
659,240 659,240 0000000000000000000d450cc801da6db94d0bd3836e2fe2fb2c6d20ad3a3368 2,464 1.00/1.00 vMB 13
659,239 659,239 000000000000000000063fc827fd77fb4f2f664e4777d6d8e5be22f84ac7e05c 2,252 1.00/1.00 vMB 37
659,238 659,238 000000000000000000052af3cd8952fcd1f6c9ed2b6eea8b340499d2f7366d2a 2,944 1.00/1.00 vMB 62
659,237 659,237 0000000000000000000320f5489cb330fd0710237f46f51771e9e3df52397ad0 2,221 1.00/1.00 vMB 83
659,236 659,236 0000000000000000000a75fa16f74756a1014b78f4b036c741695a695958f511 2,210 1.00/1.00 vMB 25
659,235 659,235 000000000000000000036dc658271c5341b68e695fdb2b21addaf2be21f00aea 3,002 1.00/1.00 vMB 74
659,234 659,234 0000000000000000000844dbff9fdcc6943ddd14911794fec141f0cf7c1ad5dc 1,878 1.00/1.00 vMB 14
659,233 659,233 00000000000000000003a5741a3c0058aba64630b6d5158d9e12cd20cf029283 2,437 1.00/1.00 vMB 79
659,232 659,232 0000000000000000000928fb11adc05cb38a614825768c586dc867501af56de1 1,519 0.62/1.00 vMB 11
659,231 659,231 000000000000000000046f183ba323cfceb2d11660376c59fb55e8521c4d32a5 2,776 1.00/1.00 vMB 45
659,230 659,230 000000000000000000069cd8ab5f31f3c6236ffadc870339574b202b40f6e3c2 79 0.02/1.00 vMB 36
659,229 659,229 0000000000000000000b04b47400a288c8dfafc6f2cc5d2c71d1c03ddd1eaf0b 1,142 0.44/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.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.