Loading Tool

Explorer IconExplorer

Memory Pool

45,586 transactions
29.03 vMB
0.13832641 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt be4418753981ec808808b78eb45424e409d04b8d44514a6e86d11e8afcf35623
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (526,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,363 388,363 000000000000000007fe766be018734ec8e3bb5e9a52acb364c76b840166adbb 1,059 0.80/1.00 vMB 43
388,362 388,362 0000000000000000089907688c97ecf57923b25a3f9a00f92a5fd34d94d7f7e5 456 0.70/1.00 vMB 11
388,361 388,361 000000000000000006fdb769531ac206e5531e6fffa936101c30c53a5eab2a1a 388 0.16/1.00 vMB 37
388,360 388,360 00000000000000000dc62a758bdcfacccd0dcd9f742e28d8384ce48a6c701e7f 750 0.75/1.00 vMB 23
388,359 388,359 0000000000000000031a6e89ebb24ea0e4329580970912b9e45fb3753557693d 1,728 1.00/1.00 vMB 29
388,358 388,358 00000000000000000834bdbe220db9aff0c37433dee263e1d1544dc29e0dbf7c 775 1.00/1.00 vMB 17
388,357 388,357 00000000000000000b2225b80305b31cc70d05c786ed9458c4ffcdb94d827ac0 1,899 0.93/1.00 vMB 32
388,356 388,356 00000000000000000bb649cf7a1a698d38107bd592aca252eae8918f85a61d79 1,806 0.75/1.00 vMB 43
388,355 388,355 0000000000000000059c55cbe7fa18de708d7cfadb9e9eb039b445843f4988ec 1,680 1.00/1.00 vMB 22
388,354 388,354 000000000000000003cb4380eda763c28ffecf18ad81ea2d714c97175330e425 2,714 0.95/1.00 vMB 52
388,353 388,353 00000000000000000455fdd2a0c75e43e3fc0dbbef1ad02fe399fc922f3ac253 2,382 0.95/1.00 vMB 34
388,352 388,352 000000000000000006eec5f2135a9a5ad6f18e01690d49801c0ae36e97ee18bb 3,196 0.93/1.00 vMB 59
388,351 388,351 000000000000000000f88899e8518087c627492e137f4bc8fd9e482405268844 148 0.16/1.00 vMB 13
388,350 388,350 0000000000000000015694d3a01ffcfa192f99555fe6f71c2acc009454501ef6 2,371 1.00/1.00 vMB 38
388,349 388,349 0000000000000000058dde108cc5052e1d1235c2b7be0c43524c0e893c00ca8b 888 0.73/1.00 vMB 20
388,348 388,348 000000000000000008b1d755a723a68fa8d43cfa6635293180b3ef86b82f7085 1,314 1.00/1.00 vMB 18
388,347 388,347 00000000000000000289230d09d115231c40be0be3a8c37f4d5e513739b89fb2 1 0.00/1.00 vMB 0
388,346 388,346 0000000000000000018f131529c4f7815a11de0808e79a6c8ca23fb97d389f95 1,425 0.73/1.00 vMB 37
388,345 388,345 00000000000000000c9e96b6fcc594f0a80a2db71b35d265a3216e524a950068 1,007 0.65/1.00 vMB 27
388,344 388,344 000000000000000001eac2aae9c4f4ac8c8de05abae2d7362b121e8767c5da15 1,935 0.93/1.00 vMB 32
388,343 388,343 00000000000000000c418eda8b26df252c665346a8ec78ec7566b9911c763c3b 20 0.05/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.