Loading Tool

Explorer IconExplorer

Memory Pool

50,656 transactions
28.63 vMB
0.06821175 BTC
Random Selection Loading Transactions
Max Size: 153.93/200 MB

Candidate Block

Mining Attempt 7de584fb9211be8ea8213d75186b304a47c1ec616849d6917f5ce6c28c0e783c
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root d00c6070bcb87106a7bb52cd10a9e0209f173146dd3d64b9db8261687c0e9bdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.01316800 BTC
Feerates: 122.12 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (230,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,500 684,500 0000000000000000000981188639dbfe00b36a8acdf22a9dbb3b9f38ff2b4929 830 1.00/1.00 vMB 128
684,499 684,499 00000000000000000001b1957e6ad251ddc12b7feae5b5b274cf7cf2ad26bc8f 1,149 1.00/1.00 vMB 132
684,498 684,498 0000000000000000000a5194cf4f2055d39076c93ad150de7069ce48666597dd 2,589 1.00/1.00 vMB 88
684,497 684,497 000000000000000000032adf0a4b7806fb1b186b2b6da8a4d24f0b7d771e8e99 2,481 1.00/1.00 vMB 140
684,496 684,496 000000000000000000032d029b64c1937729883c178eba3766f7df72db6a0e38 2,644 1.00/1.00 vMB 106
684,495 684,495 00000000000000000007d9f7dcd0408927de55385bc926c24f63efb098cdf1c2 2,032 1.00/1.00 vMB 104
684,494 684,494 000000000000000000018a313e673b94c9f53106ad65ada7df1a9f02648c96f7 2,930 1.00/1.00 vMB 78
684,493 684,493 0000000000000000000785c9c08718b3ad3fa43d3491f3a83b6929969fe93d1c 3,355 1.00/1.00 vMB 84
684,492 684,492 000000000000000000067376cb76e7aa2d9ccd00e6ccf46803e2126d5d540941 2,861 1.00/1.00 vMB 96
684,491 684,491 00000000000000000003022f5c337775f4ab82c1187f7908b10aeaeb161917ef 1,607 1.00/1.00 vMB 115
684,490 684,490 00000000000000000009ce55880a82995967aa446203865063dd54f34cb14c2b 1,071 1.00/1.00 vMB 132
684,489 684,489 0000000000000000000297d7a6564511c57a11fe2d3b4b78bb5dbbd725283291 1,723 1.00/1.00 vMB 109
684,488 684,488 0000000000000000000a1fce4a1820ed577fcbb21ea94f1f98ce480dcac02ad3 1,877 1.00/1.00 vMB 116
684,487 684,487 00000000000000000009daf6b159c1bb845e35ec20b2be66f41ece47736d6f79 2,144 1.00/1.00 vMB 97
684,486 684,486 00000000000000000003cdf88d34862498f754213a04fc63135abf3524144d1e 2,065 1.00/1.00 vMB 98
684,485 684,485 00000000000000000002b612851a5842ae0880fc3c378c8582cb31b413de8aae 1,298 1.00/1.00 vMB 116
684,484 684,484 00000000000000000000982b8dcacea30ec761bafb861df3952dbdf0fd926162 923 1.00/1.00 vMB 125
684,483 684,483 00000000000000000009c1e9fe032d80f06464c247fef0e1c87d415be7ba5ca5 1,562 1.00/1.00 vMB 132
684,482 684,482 0000000000000000000879cc0df4cae7bda4751895e64f7aa31df1c02fe91bda 1,867 1.00/1.00 vMB 126
684,481 684,481 0000000000000000000a86c318eb6d44f7ce2c0e2783e74af39ab0d32a74e01d 2,218 1.00/1.00 vMB 126
684,480 684,480 00000000000000000009b1359c2d0f423b63a5de6e91c6b7a77d2e3159ac1377 967 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.02 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: 649.82 GB
    • Received: 13.22 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.