Loading Tool

Explorer IconExplorer

Memory Pool

78,501 transactions
29.43 vMB
0.06859298 BTC
Random Selection Loading Transactions
Max Size: 176.76/200 MB

Candidate Block

Mining Attempt d1784c07ae97f7f4d69622f14d97f8875f9c83ef548eb8bd07e064093597ff69
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (141,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,414 773,414 000000000000000000068879bef154a7b22c6f37fe16073ddbef5fa4d4ebaecb 3,346 1.00/1.00 vMB 23
773,413 773,413 00000000000000000004d14ef92a1dbc95c952d4919838cc91a157e089a53c15 3,141 1.00/1.00 vMB 36
773,412 773,412 00000000000000000005b5c27a55ab5bc65261027cadb6ce5f17980dd2d290bc 3,148 1.00/1.00 vMB 30
773,411 773,411 0000000000000000000470668ccf13e65c463de286f12077f01a557d21e8feb3 2,639 1.00/1.00 vMB 7
773,410 773,410 00000000000000000004f7bb0ebf8ae34a3c4b5f21054e92376db1a908ba4a91 3,430 1.00/1.00 vMB 26
773,409 773,409 00000000000000000002004fc302f7361d2f54135312962d56694f9a9792d6d4 3,253 1.00/1.00 vMB 21
773,408 773,408 00000000000000000006bcd7e9b0b884475b13ca79bef5a1a0bcb619b5e068df 2,290 1.00/1.00 vMB 17
773,407 773,407 000000000000000000042eb93f8207993d4cee5064d284f21af6e77e210dd1d6 3,266 1.00/1.00 vMB 24
773,406 773,406 000000000000000000003a97d0bf403011efb83ae82ad8837da92f8db05335fa 3,212 1.00/1.00 vMB 24
773,405 773,405 00000000000000000005086f262fe767735288db8c2836bac4f5a4094ecf1931 3,103 1.00/1.00 vMB 14
773,404 773,404 00000000000000000000d9406541e2064a124d27665e734dbb2c4d4db5f163e9 2,539 1.00/1.00 vMB 6
773,403 773,403 0000000000000000000607e876b18c1e94c800d298e10ea18ed9e5d0b9c1a74e 2,497 1.00/1.00 vMB 11
773,402 773,402 00000000000000000001b8e3838f488c1f0584cec378e1b32303ce1a3ef9f564 2,865 1.00/1.00 vMB 10
773,401 773,401 00000000000000000004496d0753fbd03f7f26f28f35e41f6a55f6480c4d5b07 3,065 1.00/1.00 vMB 11
773,400 773,400 000000000000000000016e05ef01fd8d79224a02f611e1f24351ea99c712a10c 2,524 1.00/1.00 vMB 13
773,399 773,399 00000000000000000000178d3b0e98c203eabbedff2dfc4dcf40c5cb6ca3229a 3,282 1.00/1.00 vMB 21
773,398 773,398 00000000000000000001abb4a7ea291330073c40804d6027a988005170e6f973 3,897 1.00/1.00 vMB 24
773,397 773,397 00000000000000000005a85bbf012bba36b46319d288dfe7d097cb4ff0b086af 2,894 1.00/1.00 vMB 26
773,396 773,396 00000000000000000007257459b050f9b158e8be0b0f90808d9288a0a6ae2a82 911 0.84/1.00 vMB 9
773,395 773,395 000000000000000000035b8276ab08f9042fcf4163d2247c45e80ffba03e7f49 1,441 1.00/1.00 vMB 17
773,394 773,394 0000000000000000000619b3c71432b836ddd5128aee626ec3da45c8b91a190d 1,342 0.52/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.