Loading Tool

Explorer IconExplorer

Memory Pool

87,780 transactions
32.50 vMB
0.15146357 BTC
Random Selection Loading Transactions
Max Size: 199.33/200 MB

Candidate Block

Mining Attempt 206398f31cc7668875e812ea83b8d6bd0b4c07200d88f2ab1ceba55e0cc4b2ab
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 8f1a5f359bd33f8fd14dfa92cc7eb6626d804d21f6d14159a6f3f86decfabef7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.06756303 BTC
Feerates: 502.65 > 6.77 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (429,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,491 485,491 00000000000000000110dd1610b3b494269d252bb50aad05a3bcccc390b68f64 1,625 1.00/1.00 vMB 171
485,490 485,490 0000000000000000011b11607a185dee7e9544599f46a48f77619ce58207da8e 301 0.12/1.00 vMB 97
485,489 485,489 000000000000000000df2449f82d5a027b3656a9164f4a075c58ab86ad35a38c 1,041 0.51/1.00 vMB 84
485,488 485,488 00000000000000000023882234a2ac145f05967012ede607649bdc2658343de5 1,784 0.99/1.00 vMB 107
485,487 485,487 000000000000000000d668f40b6bb740a455a4c392dc37ee839c06b450939054 1,256 0.56/1.00 vMB 96
485,486 485,486 00000000000000000093ebe983e10b389170e78195e18a6851415b8f7ba8b459 908 1.00/1.00 vMB 32
485,485 485,485 0000000000000000004c1c55c0b09e3fdd0a24b2a4d0dfe07f38436f7e515b5f 2,365 0.99/1.00 vMB 20
485,484 485,484 0000000000000000004fc9d1ea29137d8026e8c86e98faf171ff5edc89aa8029 1,415 1.00/1.00 vMB 34
485,483 485,483 00000000000000000099dffe46ea96e1f582639cd161db9295ab2d91e26c7a6f 2,174 0.97/1.00 vMB 20
485,482 485,482 000000000000000000d940bd724c72f0b4e1f4150e3bcd54780181d5f7240e1e 2,106 1.00/1.00 vMB 108
485,481 485,481 0000000000000000009c98690e816e5e01294a4f36b3105283d1b23d69907c7e 1,648 0.99/1.00 vMB 181
485,480 485,480 000000000000000000db677307bb0fffef3666bd5fb9218bde2e7c052df7e8c9 1,769 1.00/1.00 vMB 187
485,479 485,479 0000000000000000003a47ca41d2d4b9e63c1365539a5eacca53b160a9bad9af 1,491 1.00/1.00 vMB 9
485,478 485,478 00000000000000000015008790966fe39eeb8a6af26dad22d1c38de6e65a7ffc 2,100 1.00/1.00 vMB 105
485,477 485,477 0000000000000000000a9890eef231c48f61f6bda6bbec15371d8861e732817b 2,290 1.00/1.00 vMB 152
485,476 485,476 000000000000000000f247b89bc21536af3169f7012df306ef09b54d0dfe8440 1,641 1.00/1.00 vMB 85
485,475 485,475 00000000000000000030ec8e140af058bde768bfb478185cd143c1ba7b8229fd 1,646 1.00/1.00 vMB 124
485,474 485,474 00000000000000000070be2278935aad781e0d3acfceadf2290b1e28bac4ed79 1,600 0.99/1.00 vMB 17
485,473 485,473 0000000000000000009db681b3d94778f1919c6a501ae35c939f94ab70e3fbb5 2,280 1.00/1.00 vMB 81
485,472 485,472 00000000000000000009a07aa6869d63cbb472a81432bdc16e971be1b5ccbd6b 1,891 0.99/1.00 vMB 101
485,471 485,471 000000000000000000c0bc1f658800e680d582170691b2f99bf778a159e7a38d 1,989 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.