Loading Tool

Explorer IconExplorer

Memory Pool

75,548 transactions
27.80 vMB
0.08118633 BTC
Random Selection Loading Transactions
Max Size: 169.71/200 MB

Candidate Block

Mining Attempt b3942a862af6be1eae7fdd99ca4ec8b5c54109db5f31aad421ae812352e2f148
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root de6fd402016c7503266742410a61ab0f847081204d8fc8d951122ec92a3f88e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,723
Size: 1.00 vMB
Total Fees: 0.02172705 BTC
Feerates: 106.68 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (232,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,693 682,693 00000000000000000008c1cf91c75a89ccaf50daf9681ec91b4ab40cb51a300d 342 1.00/1.00 vMB 10
682,692 682,692 0000000000000000000c47a78bf7d3caa24664b66c08b2dd58d891768b7bbbb2 1,811 1.00/1.00 vMB 45
682,691 682,691 0000000000000000000047cf9eced12edc4d4d51f87d6ce33bee33ca2d7c0c4a 684 1.00/1.00 vMB 21
682,690 682,690 000000000000000000084e446f43fefa2de2b7294f718ea5fd674c1b7a8f2a04 417 1.00/1.00 vMB 13
682,689 682,689 00000000000000000004b728790d82bc4a331ec86cfd253b7a8ccd3bae8179f3 60 1.00/1.00 vMB 5
682,688 682,688 000000000000000000082af05d85c1bbb071bc5092bfc537e475ee7f415a5a6b 1,726 1.00/1.00 vMB 32
682,687 682,687 0000000000000000000300f7024dae90023c72924114ab296d4f0f376f99c697 1,665 1.00/1.00 vMB 26
682,686 682,686 0000000000000000000d694edf6cee80bfdbfe14f00789b2ae6ee44623e780a1 1,764 1.00/1.00 vMB 78
682,685 682,685 0000000000000000000bdcc71c5112dc8438852b7d1a84528d669b95389ce673 1,442 1.00/1.00 vMB 75
682,684 682,684 000000000000000000045c47eafe9045be496c520a74f5347780f6f01867357d 2,045 1.00/1.00 vMB 106
682,683 682,683 0000000000000000000a830e019e03511231c24ef1b3e53b6e16b634b9d7545a 2,122 1.00/1.00 vMB 17
682,682 682,682 0000000000000000000b14064ca28a38c861d00b03694ec37de39c46a6ecd424 1,479 1.00/1.00 vMB 39
682,681 682,681 000000000000000000042e1f869c35d66ba3f8745e7c28d8223999e5f621dcf3 2,731 1.00/1.00 vMB 94
682,680 682,680 0000000000000000000a5be21617a84d774eeaaa99aa02fdecf2a1d40fbf2550 1,808 1.00/1.00 vMB 94
682,679 682,679 0000000000000000000acf213512175031af53f4f0107b1f16a266068e9e4213 2,614 1.00/1.00 vMB 92
682,678 682,678 0000000000000000000c6f79716c477247b5542105d7064a05a344a3be75f4da 1,538 1.00/1.00 vMB 62
682,677 682,677 0000000000000000000be247e0a974017a486b954600e112f3ccdfef0ab24a9c 1,180 1.00/1.00 vMB 8
682,676 682,676 00000000000000000001da49981856df74f84c46da231984603bb513a6370b34 1,945 1.00/1.00 vMB 65
682,675 682,675 00000000000000000001e888b808b8f337f36e1fa28e2c4ffb8f4259118e68cf 2,010 1.00/1.00 vMB 75
682,674 682,674 0000000000000000000b056f6fc7d074eed8a3b11a21db75b50f1b8566823479 112 1.00/1.00 vMB 6
682,673 682,673 000000000000000000092b15e61d2d8de335b77e1575c96d269914cc5d8d384d 112 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.