Loading Tool

Explorer IconExplorer

Memory Pool

40,640 transactions
27.89 vMB
0.07228822 BTC
Random Selection Loading Transactions
Max Size: 143.13/200 MB

Candidate Block

Mining Attempt bcae9e67dfc5d4e7363a217b5702c47a03ccd24b2f9fc78a06d5514e35d45385
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 6ae08c833a15b15048172ae3a442678cd787eec879933507648aac795782680c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.01882193 BTC
Feerates: 101.49 > 1.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (157,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,589 757,589 00000000000000000001a0158522c8e1ca002f1bb8e331c4ebaeed485e4acaa5 2,580 1.00/1.00 vMB 10
757,588 757,588 00000000000000000000a13281a4bf881c32f0715be103e8a7b7a020194c61b9 2,466 1.00/1.00 vMB 9
757,587 757,587 00000000000000000007b86cb6b20b6bab0ad57cac4e99c4daa211e693a3bd62 1,313 0.40/1.00 vMB 8
757,586 757,586 00000000000000000005a685526d91563f7aa2fb7dfcabef00c9ccb8004137e1 907 0.31/1.00 vMB 8
757,585 757,585 000000000000000000044b9b5161f743bd14fe316ec0604483e7d99c2985ddcb 166 0.09/1.00 vMB 3
757,584 757,584 000000000000000000010f39c29d96a31029eae5987949595a1162a3a7fe0582 2,638 1.00/1.00 vMB 8
757,583 757,583 00000000000000000005ff4a8b4cf66acca3d397f1b1df07910e7ff9f047aaf5 1,032 0.71/1.00 vMB 2
757,582 757,582 00000000000000000003c143b1d395ab9dcfbf8c1b1bafb0de5af48fe1441370 2,799 1.00/1.00 vMB 8
757,581 757,581 00000000000000000000caac5a8f5b66c4ad9e965c8f47cd3a20eccd8f575271 1,333 1.00/1.00 vMB 2
757,580 757,580 000000000000000000069d52c781797c937fce84fcf282537ad9f5c52a144c87 2,536 1.00/1.00 vMB 4
757,579 757,579 00000000000000000008364a2eadf072b907cd3112c5e146c710e13090787cbf 2,622 1.00/1.00 vMB 8
757,578 757,578 0000000000000000000323fb6bef62a2481f84cd64f93dbca4debaaea19836d7 2,548 1.00/1.00 vMB 15
757,577 757,577 00000000000000000003a9f41274f6d92a8babbf7a9532b8d1c95f9774ac9e0a 2,195 1.00/1.00 vMB 12
757,576 757,576 000000000000000000024b3accf4ce98172b6e93d51813980746396a720d0371 1,812 1.00/1.00 vMB 3
757,575 757,575 00000000000000000002105a9b60d60066628dfef6cd9d202bfac0e385eb0f17 3,142 1.00/1.00 vMB 16
757,574 757,574 0000000000000000000366422b4bc2aaa2e77e46e383fac94b808dd95f3f3c42 1,648 1.00/1.00 vMB 2
757,573 757,573 00000000000000000001057f1b3b74367905860f9038ed0eb98796adcf41eff5 1,893 1.00/1.00 vMB 4
757,572 757,572 00000000000000000002713e57851acda2476ecb55b72dd98910b71de13d903f 3,548 1.00/1.00 vMB 11
757,571 757,571 000000000000000000078eb4a984dc912063090e411673a2cc61aaa1cad4f513 3,139 1.00/1.00 vMB 17
757,570 757,570 000000000000000000079b54918ee89b77b8ce49c7d49ccaa727efcf22008654 2,336 1.00/1.00 vMB 2
757,569 757,569 00000000000000000006a8324db0fcbf0bcdf758f2bb744e4f4fb0b28a538cb3 1,750 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.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: 632.53 GB
    • Received: 12.12 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.