Loading Tool

Explorer IconExplorer

Memory Pool

81,779 transactions
30.37 vMB
0.08318716 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt 5b0c6498d338c3a87db747b77ca6b69de8e6e228c9d06cecc76edc3cada7de44
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e4a073b0b18825f4fe75e09a490310baf9ce3fd53eb1765e7a6185b698334af5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02067084 BTC
Feerates: 203.60 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (225,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,725 689,725 00000000000000000002a556d62b5ff7f73e3d0608a2e735da490136b186b71c 1,663 1.00/1.00 vMB 55
689,724 689,724 0000000000000000000aa27d2a1337243f58796ef79e81e591d5b8a6322fef9b 763 0.30/1.00 vMB 14
689,723 689,723 0000000000000000000f35f3684c4cae8b2834df61075b1b4b3256b0cc9dd4ea 2,375 1.00/1.00 vMB 51
689,722 689,722 00000000000000000009e2e47cb8b1f03a2a3ed8275bf53a9f1008145cb2a27c 2,182 0.90/1.00 vMB 33
689,721 689,721 0000000000000000001360c2a1aad99838b007f602b568e5835a9ff7232c100c 873 0.42/1.00 vMB 30
689,720 689,720 000000000000000000125c74d33d6b87be5a9f74a552199c9ed6306cff882cd8 1,042 0.80/1.00 vMB 4
689,719 689,719 0000000000000000000ccb307fda33bd3b834fb9761465db6b193a322c3a4fa0 964 1.00/1.00 vMB 74
689,718 689,718 0000000000000000000b58a15b22fd43faa516c3b83bf01e1ac3cff439b77220 1,256 1.00/1.00 vMB 23
689,717 689,717 000000000000000000097f46a2e62930f7a8ca65e715c12dfc8aaa5118b9d7f6 1,015 1.00/1.00 vMB 23
689,716 689,716 000000000000000000017f855f85a8d2670d815ee92b47ce76cdff0b67900ff3 1,063 1.00/1.00 vMB 28
689,715 689,715 000000000000000000019dac978df4d61652c8c29f24b988450fea8597b1b0f4 1,029 1.00/1.00 vMB 31
689,714 689,714 00000000000000000009d5873b819b88adbb291030612da76807af71be1e9d58 1,571 1.00/1.00 vMB 45
689,713 689,713 0000000000000000000261273a5231dce3498dd2a826272b3cdd919ec57d5949 1,844 0.96/1.00 vMB 17
689,712 689,712 00000000000000000008c6d5f369af44ac496e5cdaccf21443d5fd74b636579d 2,346 1.00/1.00 vMB 47
689,711 689,711 0000000000000000000dfe8118ae78d5d18e30547670d1a08d1d47cccb193b37 1,523 1.00/1.00 vMB 87
689,710 689,710 0000000000000000000bbc0e1cad9b14801e8fde7ec28f25231e882d53ff5007 240 0.07/1.00 vMB 41
689,709 689,709 0000000000000000000dc83860aded396689bea6b3a656b3d71685489f0c2158 1,626 1.00/1.00 vMB 37
689,708 689,708 00000000000000000006402aae2cb9eb54b8c16c4c468de217b56756a4b81703 251 1.00/1.00 vMB 2
689,707 689,707 000000000000000000049f54c47bbccee57ea575af705704dcdbb8b37430e28d 512 1.00/1.00 vMB 10
689,706 689,706 00000000000000000003b18e6b2547d314b8f4966bc5dcc29621042da9841b9d 1,909 1.00/1.00 vMB 44
689,705 689,705 0000000000000000000ceb8b02f05928a3ed4dd2089fd619eef1d85812ab49e8 1,507 1.00/1.00 vMB 29
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.28 GB
    • Received: 14.80 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.