Loading Tool

Explorer IconExplorer

Memory Pool

2,224 transactions
2.22 vMB
0.00392424 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 10.72/200 MB

Candidate Block

Mining Attempt fcf17a5e825c3ac7f88dd68b0fbfa42fc4d512a865e297e9ce0d5fc680461f96
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root aa0ef2bdea8d3c5216d758d2b3383ddabe1f7a4845d87202e115527fce84c87f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,211
Size: 0.99 vMB
Total Fees: 0.00269597 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (667,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,986 245,986 0000000000000017507af3dcbe139de95a104c122e6a23b6070f10a119166445 344 0.15 vMB 147
245,985 245,985 00000000000000707c9939fde3e51325d142024e2d723cec35fbdb0f2f7a6449 39 0.01 vMB 8
245,984 245,984 00000000000000752c39470718478adb5d0da9d8f6506e9d3f0c2323f75f981f 290 0.14 vMB 119
245,983 245,983 000000000000003be2a0ad863e55847ad45b7c0c12d90ad4e7d4321e3a13dd37 1 0.00 vMB 0
245,982 245,982 0000000000000006b3fa9395fd8271b4f5e92f269eb20638101cbb36326f7d33 256 0.11 vMB 135
245,981 245,981 00000000000000042439707f4c9a2ca1a84d5f1a25e8d5abc91170e068a86209 296 0.13 vMB 178
245,980 245,980 000000000000004a7fbf9f050bf9f211d2f38ffa71a726bebea14ab84dce6450 56 0.03 vMB 23
245,979 245,979 0000000000000057e49bc9a8f420465d062ee307cd0c6df2da84bcf2933088fa 247 0.11 vMB 142
245,978 245,978 000000000000002ad35a57d9c21477535c3e905bb338ca8ae5f975c0ddf307d7 100 0.06 vMB 81
245,977 245,977 00000000000000532d0504334f6bb572b12073d22cd1799af6a869b9aae7249b 347 0.17 vMB 6,136
245,976 245,976 0000000000000006b37bc409996c7151ba316c2673fcb05de560da637373d2b3 15 0.00 vMB 100
245,975 245,975 000000000000000a678fc98839a801c48c7439094edb432bb57e93949b63605f 240 0.11 vMB 89
245,974 245,974 00000000000000194e3ea468ca88a1ed1f0e8c3663e5bb97759f8b919481eff0 433 0.19 vMB 209
245,973 245,973 0000000000000033cd6e6d7d7b0496f0e670a901ae886ab1ce3973815a671d0d 19 0.01 vMB 10
245,972 245,972 000000000000009dfd028ce758aae8050814264b7adb2e19454b0d38c3f557ce 391 0.21 vMB 114
245,971 245,971 0000000000000027f142c502a699d0d126788b6ba79fb2b54ea13998c62b41ea 128 0.04 vMB 152
245,970 245,970 00000000000000022c69c7bdc2f82ead1646cc0788ceefd290bf2f11dcd2f449 97 0.05 vMB 129
245,969 245,969 000000000000005a7ccfc343be04cd4cf897ce0c44d4ad05df8a2f5b14c00722 227 0.11 vMB 143
245,968 245,968 000000000000006191a0f50b2e70943fa075d4b9d636127d517677e80bc7e125 78 0.04 vMB 41
245,967 245,967 00000000000000349492bb50572d9e017c67fb5949e6cabb231eca892f1d1582 464 0.22 vMB 116
245,966 245,966 0000000000000007261d66fc6578cdcc65de58bfc0871bf18c11109578cc29b4 619 0.25 vMB 187
Previous 10 blocks ↓
Total Size: 779.73 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: 364.62 GB
    • Received: 1.75 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.