Loading Tool

Explorer IconExplorer

Memory Pool

74,539 transactions
27.45 vMB
0.06853786 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt 764db7329117fe2959a2352440c112baac0cc9c0b144a66b452561f3e40963b6
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 5c0ee44958c7017f315084402a8d2724ea08bbee3b8ea62d46a9e6aa2010d124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.01011830 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (503,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,555 411,555 0000000000000000057c9685a5b7d0bf666bfd0f2f456cdfbddefcb0944050bb 2,238 1.00/1.00 vMB 48
411,554 411,554 000000000000000001a58a01a1152f5c38041a09cc1734c05ba9d4ad354be168 494 1.00/1.00 vMB 5
411,553 411,553 000000000000000004d9b3d40dc97b508c8193d9e506cb5113e8ae5a19af7dc4 1,142 0.46/1.00 vMB 40
411,552 411,552 0000000000000000019bf3eb6aa4a3be13889efdffe995ad19a87f7b694459bd 968 0.42/1.00 vMB 43
411,551 411,551 00000000000000000209973b892dca097766d5fd66ddbfe90140267fc646544d 816 0.39/1.00 vMB 38
411,550 411,550 0000000000000000024df5134987c367db25b2295a45c23ef4d18d32d4e07306 1,221 0.91/1.00 vMB 20
411,549 411,549 000000000000000000c4fe135fa7eb387c72c515ccb9b3df452f1a8f6f01a111 2,908 0.99/1.00 vMB 50
411,548 411,548 00000000000000000009426c42e97d60f1e0fd4b50d44cd13e8cf29a94a6144a 2,257 0.93/1.00 vMB 41
411,547 411,547 000000000000000001e65423723bbcabadb8daa6df817e4376bcd26a9a03f454 2,299 1.00/1.00 vMB 47
411,546 411,546 000000000000000005868c8c7b85b4e217380a4f465731967517207b0046e97e 210 0.21/1.00 vMB 15
411,545 411,545 0000000000000000001a1502313b297f3ad1e790f2a125c95c54aeaa0d5a79ed 424 0.44/1.00 vMB 18
411,544 411,544 0000000000000000032850fe0f150c2b0a6a57282e876b96820a7ba2c7cc79b9 2,496 1.00/1.00 vMB 44
411,543 411,543 000000000000000002b6798e6181d013499ab91e358a3f45c4d2fa2965f5e1b5 452 0.24/1.00 vMB 34
411,542 411,542 0000000000000000046dd2065382e12b3e42f99eaa1c9b588d116e2c228a96bd 1,718 0.82/1.00 vMB 33
411,541 411,541 000000000000000001c4b1dac21630a6fad81b60899834607ab852f7042ee5e4 2,492 1.00/1.00 vMB 46
411,540 411,540 0000000000000000001051f565f0ec4c93c9585cd6e869773e77390d6ad7077d 1,047 0.67/1.00 vMB 31
411,539 411,539 0000000000000000042b49d0d00f9fc579bef1fb11767a39a8a176e95b6f7ddc 1,830 0.96/1.00 vMB 30
411,538 411,538 0000000000000000042907f0a9a851170f788a0eb6692554c4c2329593d7aa33 1,942 0.83/1.00 vMB 36
411,537 411,537 00000000000000000566289b5894efd7e981668345bea01a3f326bb25a27c16b 815 0.37/1.00 vMB 38
411,536 411,536 00000000000000000066ffb5ab41399c07bcda5602bca7b4439a10b95e4822d4 58 0.03/1.00 vMB 32
411,535 411,535 000000000000000003aa0d895ac56333874449cedf4566f642eb373cec7f3039 568 0.24/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.