Loading Tool

Explorer IconExplorer

Memory Pool

39,382 transactions
26.16 vMB
0.05227908 BTC
Random Selection Loading Transactions
Max Size: 136.27/200 MB

Candidate Block

Mining Attempt b47d05f453c4f2c790bfd4b956483b170a8b266b9041cf484a120e0493287a3d
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 25ab5b8a71c93134570372a105f8d93edf2785cf50055fc6fbf0b2bf7316ef75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00441929 BTC
Feerates: 100.00 > 0.44 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (187,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,369 727,369 000000000000000000063f42a1e960bf1649e3f84183e083d151e929a8cb1187 2,950 1.00/1.00 vMB 9
727,368 727,368 00000000000000000008e13a63920dc9edf6d881c57e669ae406f3c20dd51d83 2,470 1.00/1.00 vMB 10
727,367 727,367 0000000000000000000167ffaa0760cac44ae2d07c35f2eadbbfc38de8235fdb 1,465 0.89/1.00 vMB 4
727,366 727,366 0000000000000000000962be6f22abe7b4acd9677fb44aabbf2e84abc9b08ea8 2,614 1.00/1.00 vMB 10
727,365 727,365 000000000000000000007cabb44d926b7223fe90c7d7459eb0bcb67b29c477ef 1,929 1.00/1.00 vMB 6
727,364 727,364 0000000000000000000a153d502e7e50591f332702f6a4a76e8f939c16dc3858 2,707 1.00/1.00 vMB 5
727,363 727,363 00000000000000000005535b38f7990ea47eec80c8a60e90b19e682728530bc7 2,881 1.00/1.00 vMB 13
727,362 727,362 00000000000000000003ac667e9917cffa1cc395ae29326b4f760d81c23306b6 322 1.00/1.00 vMB 1
727,361 727,361 000000000000000000024b226d7519d589e791b64394caf482b058c99c06eb0e 1,756 1.00/1.00 vMB 5
727,360 727,360 00000000000000000006651803a5f6f4c4121f32265a0439c84568ec6b0fa21e 1,618 1.00/1.00 vMB 6
727,359 727,359 00000000000000000007986ef23a89f6153a298be4d9a59c06d5e6b0a9afe9d8 1,349 1.00/1.00 vMB 4
727,358 727,358 000000000000000000099f2db376b8edbc7c3fd95ab4faac68712cd733eea3f8 1,912 1.00/1.00 vMB 3
727,357 727,357 0000000000000000000751c92288514276b94587d7e20fe7cc5ee2e79c0500c1 2,139 1.00/1.00 vMB 2
727,356 727,356 0000000000000000000461c0675884745cbf339cddb6e29813d410742047273d 2,568 1.00/1.00 vMB 5
727,355 727,355 00000000000000000008cc2d52f0aa0d02166b026d2c5acf4bd69191c03a6fb4 2,691 1.00/1.00 vMB 9
727,354 727,354 00000000000000000005e7916f736fea9eed4deb13b9f65c5968803a2ecd79e8 2,975 1.00/1.00 vMB 15
727,353 727,353 000000000000000000076a7528928ec52ef9992e986bbd355c2aaeaf6d23e2b2 2,991 1.00/1.00 vMB 13
727,352 727,352 0000000000000000000147e9c055490a280204658110229afcca1d3ed52efa46 2,302 1.00/1.00 vMB 6
727,351 727,351 00000000000000000004ef5a5d6d109d9240bf444ed411b7234ba88b06d6ba29 2,655 1.00/1.00 vMB 15
727,350 727,350 00000000000000000003bd4a1ed7f51a74d50509aede76b8b6eebb9e2ae9d857 1,927 1.00/1.00 vMB 5
727,349 727,349 00000000000000000007df52ed49a8b025a0daf1cf1f3dde533fb30c82758acd 2,715 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.