Loading Tool

Explorer IconExplorer

Memory Pool

82,811 transactions
31.25 vMB
0.15678112 BTC
Random Selection Loading Transactions
Max Size: 185.78/200 MB

Candidate Block

Mining Attempt a9edf5910c7a424a8c2ae9932429ac9f2c92ac05756469ce2b2e26f31a743929
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root b35762e6c287635c2733f3fae0ec73ed70edb6e865d9469ddb5175f81ecb2109
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.05962617 BTC
Feerates: 269.69 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (66,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,417 848,417 0000000000000000000100e0e4a4d4faccdf4858eeb5f6ac77e7953c837a265d 3,387 1.00/1.00 vMB 18
848,416 848,416 00000000000000000002ad50012ef37eeb5f33df0ce097e2ef052bb8a11b493e 3,970 1.00/1.00 vMB 26
848,415 848,415 0000000000000000000273d49cbd96e918dd677a731b8cb5d518a37b868b9f2f 2,969 1.00/1.00 vMB 18
848,414 848,414 000000000000000000014226f504536b779573949813fe2c02592fec1ad1f873 3,363 1.00/1.00 vMB 22
848,413 848,413 00000000000000000000940edabce57229d537f60246dbbdc28150b86c6cdb3a 2,314 1.00/1.00 vMB 25
848,412 848,412 0000000000000000000285c6d596a51fa6cb47e4ade60af2df5bbb30ef5b8a39 3,502 1.00/1.00 vMB 14
848,411 848,411 000000000000000000006cae664cd7c6230572b06a7397111142ef1953d5f2c1 1,768 1.00/1.00 vMB 14
848,410 848,410 0000000000000000000072b8e08f2f165b9b31776a7fb9767a9e99ccc9ccdd86 1,433 1.00/1.00 vMB 14
848,409 848,409 0000000000000000000123522b616dbbed3e323345d6a14ae904358eeb99fbf9 2,032 1.00/1.00 vMB 17
848,408 848,408 00000000000000000000da1617003b12653b9853944deb8402a89c181babcd55 2,790 1.00/1.00 vMB 14
848,407 848,407 000000000000000000021d95ddc69d61fa276cbf82295228e0f291d9885c8bbe 3,535 1.00/1.00 vMB 20
848,406 848,406 000000000000000000018b11a62010be5471a43ef81941b5bec3bb8c97d2def3 3,355 1.00/1.00 vMB 20
848,405 848,405 00000000000000000001ad4ab56eaf28dee36a34a0ee25ca0d66a48f6823a8fd 3,572 1.00/1.00 vMB 19
848,404 848,404 000000000000000000004cbc9c65d7a2937fe7c014c4765f726e3b013b02906f 4,453 1.00/1.00 vMB 26
848,403 848,403 000000000000000000031438c49a3e8a81b1a26eb77cea41100ea72206ae7081 4,795 1.00/1.00 vMB 28
848,402 848,402 00000000000000000000f1f8881dbba9fdba2ee99ec0f91cdab1f24bf1b2a282 4,338 1.00/1.00 vMB 37
848,401 848,401 00000000000000000000f1f5f10d475e23912680058ddc3c89a72d916a6ded9d 5,755 1.00/1.00 vMB 36
848,400 848,400 000000000000000000005a3f767753d14aecefa0647611e7c1aace65bf3b47f1 6,619 1.00/1.00 vMB 40
848,399 848,399 000000000000000000025cb71aba3607ec7abc9911acb510fad53b6eed2dd2db 5,730 1.00/1.00 vMB 37
848,398 848,398 00000000000000000000c5b0e09f8a81de40261685ecba55c1f612f70be99c50 6,618 1.00/1.00 vMB 45
848,397 848,397 00000000000000000000e65b4f3138df626a76dbb4c012e5aadc02ddee92dd79 6,111 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.