Loading Tool

Explorer IconExplorer

Memory Pool

78,827 transactions
29.22 vMB
0.08486189 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 0f607f3881e07f4840ed082f98cf7e325a6851dbd6b3860db8434d462f2c4f5e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (316,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,546 598,546 000000000000000000110a2cdcfaa304adc31a759288abe940a3ba8b73a264d8 2,426 1.00/1.00 vMB 33
598,545 598,545 0000000000000000000204597b2eb23fcb5ed0a0194d3b3ed6a6df4a911feb89 2,850 1.00/1.00 vMB 35
598,544 598,544 000000000000000000011933155ef8e023ed5221eb9c987a86b083c784cf46a5 2,441 1.00/1.00 vMB 13
598,543 598,543 00000000000000000000c095a1867d66e8cf549bf1d31bfa0316c8593a0170c9 2,460 1.00/1.00 vMB 19
598,542 598,542 0000000000000000000a2cd45e0ba68a8fe75731a6bf93d6c131b71b0b1e4795 2,333 1.00/1.00 vMB 29
598,541 598,541 00000000000000000009789c89d714c1e4a22953a58aa421cb7f710503460b36 3,133 1.00/1.00 vMB 33
598,540 598,540 000000000000000000130847fb0da09f015e999cbce60b999a139a9ed3f16370 203 0.30/1.00 vMB 6
598,539 598,539 00000000000000000012d9440c257c2d5acb981bd28e1071aec23e5078e3328e 275 0.06/1.00 vMB 10
598,538 598,538 0000000000000000001544c6c9e451fa48c8203204b13cd1ab648c3887c78faa 487 0.15/1.00 vMB 26
598,537 598,537 0000000000000000000c094505fba242a46db9df599b762e4eaf7b03bf54e07f 1,018 0.22/1.00 vMB 1
598,536 598,536 0000000000000000000ecafc2bcf476a80bd13bdb41d40d895f230a8e2cb5f4d 3,166 1.00/1.00 vMB 19
598,535 598,535 0000000000000000000a6f9aff848a525157a6c6b9d99717b9b5aae89328c5a2 1,131 0.37/1.00 vMB 15
598,534 598,534 00000000000000000010e6ab771f49ebeda8996190e86388441d635275d5e05a 207 0.05/1.00 vMB 21
598,533 598,533 0000000000000000000168d3b6a196b72451b4cc80633fa9e8b6519e6784f33e 1,169 0.29/1.00 vMB 16
598,532 598,532 00000000000000000006854b37bd654ac44fd9f3cbd84d40dc839fe58c1ddfe3 423 0.20/1.00 vMB 12
598,531 598,531 0000000000000000000eda691453a598629aab39a3e374bef222f16b895f3d5e 435 0.12/1.00 vMB 22
598,530 598,530 00000000000000000007f916474d2831528e97e35234386a3de093ea06def2ed 344 0.09/1.00 vMB 25
598,529 598,529 000000000000000000136c64f934bcf4fc76f3f0ac1dfad73e7de421f3cf0fb7 421 0.24/1.00 vMB 15
598,528 598,528 00000000000000000006b14e09ef80e29e1214e59153d9452c664c4a49cc0ed9 1,087 0.99/1.00 vMB 5
598,527 598,527 00000000000000000011cb0106005c50f88fa597c3bb05f829d69afb6b66b0f4 2,053 1.00/1.00 vMB 10
598,526 598,526 00000000000000000003a2bde93f48652daa302f09506eaee3fbe125e0f316ea 606 0.55/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.68 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: 678.88 GB
    • Received: 16.44 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.