Loading Tool

Explorer IconExplorer

Memory Pool

86,104 transactions
32.00 vMB
0.12673907 BTC
Random Selection Loading Transactions
Max Size: 196.15/200 MB

Candidate Block

Mining Attempt 651e610d0612593b80118b5c8b28ebab63e00fc3ad193700f9ef6f99878fa576
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root d8a5b78df792797ddce00bd1971e227611410059a4bb50071310262c3ffc4692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.04659811 BTC
Feerates: 301.57 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (259,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,647 655,647 0000000000000000000494fe4b6bd4257f99c503cadf03240aca892274be0e8c 2,715 1.00/1.00 vMB 87
655,646 655,646 0000000000000000000070d86a70b850e1fdbed9a1e3c2a20d81d1838f5d58aa 2,238 1.00/1.00 vMB 98
655,645 655,645 0000000000000000000b9d8ec09b2f7bb01d29b35661aea7861d35dbd3a3d1a2 1,858 1.00/1.00 vMB 23
655,644 655,644 0000000000000000000a7c0729ad5ff26bec2e2e48055e74b36aacd7ebf70ceb 2,162 1.00/1.00 vMB 172
655,643 655,643 00000000000000000009086b2b93d9d608d113386cda99a9c1874cebd332f15a 2,147 1.00/1.00 vMB 155
655,642 655,642 000000000000000000031a33fdb5a9a82218168bbdc8b836f99c04f3905349cb 2,463 1.00/1.00 vMB 118
655,641 655,641 00000000000000000001905dfca32d4e0efc9f6a39460da93ecaf84d4efd9f7f 2,688 1.00/1.00 vMB 304
655,640 655,640 000000000000000000081314b0188b6ac2dde4365640a64323f34ec0c9f4ae14 1,593 1.00/1.00 vMB 209
655,639 655,639 00000000000000000002771de4005a89689788868f51b8506c7d7c3ed237f89d 2,398 1.00/1.00 vMB 302
655,638 655,638 00000000000000000008ca6bd047f3d4234db1588c21fc8b525ca26cc9b704e5 2,934 1.00/1.00 vMB 344
655,637 655,637 0000000000000000000f7cc13abf26fac8d12f513de6ff2b06b053143c602f6d 2,118 1.00/1.00 vMB 104
655,636 655,636 00000000000000000004d6513966867d59dcc0c319429683dee1ac4a91e64a32 1,914 1.00/1.00 vMB 100
655,635 655,635 00000000000000000006fd8cb497e2bc570dfe70e4d536c9cbe64a8f930a79a5 2,124 1.00/1.00 vMB 29
655,634 655,634 00000000000000000007588af90b79f8824033d3300d1ca2cca6f56df7a357a8 2,230 1.00/1.00 vMB 117
655,633 655,633 00000000000000000003bd695c3ac3912aba20a9a8602558139c96b4f5dc98be 2,364 1.00/1.00 vMB 195
655,632 655,632 000000000000000000031eadc2ce215501c910a8a8d5cfdbc48823fe2156ba55 1,895 1.00/1.00 vMB 144
655,631 655,631 000000000000000000027883775eb5d4b93a399d5241f5f8e75e3d82bc0bed00 2,598 1.00/1.00 vMB 261
655,630 655,630 00000000000000000008e7b1adfa12b8b8a2ec0c783a540262fdf118467410c5 1,886 1.00/1.00 vMB 23
655,629 655,629 00000000000000000003c6086d5ceaa012564825bd3f2722e6dc5feb17ff427b 1,408 1.00/1.00 vMB 12
655,628 655,628 0000000000000000000c44db0416aaf9e2afdcfb937640b9034999e52c73c75c 1,993 1.00/1.00 vMB 89
655,627 655,627 0000000000000000000ee9fd11a7b016c2311786739253fe1f12cf5dccbfee30 1,863 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.78 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.60 GB
    • Received: 16.93 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.