Loading Tool

Explorer IconExplorer

Memory Pool

73,727 transactions
20.01 vMB
0.04773973 BTC
Random Selection Loading Transactions
Max Size: 134.76/200 MB

Candidate Block

Mining Attempt be7bcb6629e042b712684507a806c34aaed63c67e37ffe13c8950a46c3151c2e
Version 20000000
Previous Block 000000000000000000003f33d8a803536d94ea571231a957ca3aa26e1c362027
Merkle Root 70b3d30f6031b91026ae36e16a80d334a83cc6996fd9ce99086c7cea23f96c62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 7,030
Size: 1.00 vMB
Total Fees: 0.00430197 BTC
Feerates: 100.53 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,001 (866,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,512 49,512 00000000227fd321bd73cd2fee7a23062a7257821138abfea04d56d540381593 1 0.00/1.00 vMB 0
49,511 49,511 000000001d18c3f455b96fb6d4052d135367e3ac4aa1112ae7a5a159ff754e04 1 0.00/1.00 vMB 0
49,510 49,510 000000001762faf02a5088688f388d1fb27877e878a2425522e378b2c5413623 1 0.00/1.00 vMB 0
49,509 49,509 0000000028d0d242f8e734f4771ee0a8cbf9257731cdee0cc93eb6d5c93f7d49 1 0.00/1.00 vMB 0
49,508 49,508 0000000007eaefe8d5c05db9e3b11e33b0c0d1b84eaf3626bd7f5f6d50dff2b9 1 0.00/1.00 vMB 0
49,507 49,507 000000001f28962bff69f1724a39ab9937e0e9f9ef0b6f1b6309fd4cda53ce10 1 0.00/1.00 vMB 0
49,506 49,506 0000000001715225e980de434139c07650734014702613cff0e2130de54c8d02 1 0.00/1.00 vMB 0
49,505 49,505 00000000144c05b546019a1f9aa5d32d135120cdf651060b3be4d3ba0d5303e4 1 0.00/1.00 vMB 0
49,504 49,504 0000000027d50c692002e9d42f17f81d8b2c937bab339fc8a556b7a165747252 1 0.00/1.00 vMB 0
49,503 49,503 0000000004c07b62ca87f53ba2b0144dfaaf1b094c88e54767c6ba449f1f02ce 1 0.00/1.00 vMB 0
49,502 49,502 00000000283f3f3d82a9f6901b6afc0f43eab765d5c6c1bcdddd868b4b947bc2 1 0.00/1.00 vMB 0
49,501 49,501 0000000015db79a6fb7f5a3b07cc5370aafbcac8369734a28e7b0c3785413257 1 0.00/1.00 vMB 0
49,500 49,500 00000000138d20e79a86839335a7d537bd344e731a7a01003304117b016e90d3 1 0.00/1.00 vMB 0
49,499 49,499 0000000012adf6c1c0b8e1a8c5f72723cee859000871a0f421336cac446ac9a6 1 0.00/1.00 vMB 0
49,498 49,498 00000000154bd519b7d1ff1b7377a4c79868678f4f663934c89aadfbe9519066 1 0.00/1.00 vMB 0
49,497 49,497 00000000238af273f1a5fc1e394eff261288092eb8413ffba5a4ab9e9cecf44f 1 0.00/1.00 vMB 0
49,496 49,496 000000000e8f9c1a05740de5d8ca63f14007c0667f066727fad7a579c3117b4d 1 0.00/1.00 vMB 0
49,495 49,495 00000000280bfefa84477912646ea45d403f4b07bfafa8f4032433046af2cbb5 1 0.00/1.00 vMB 0
49,494 49,494 000000002291c332dd39a4c5a1cb84e2334ef0eb55dadb83f509729542ed6efc 1 0.00/1.00 vMB 0
49,493 49,493 000000001cdfae247d64d049022aabbe6c8836e5ee87dede9126b973b9d06dd3 1 0.00/1.00 vMB 0
49,492 49,492 000000001ddc8597584599240d33f81e6327eedb67110f95a45acc8a370d735f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.12 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: 808.02 GB
    • Received: 23.24 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.