Loading Tool

Explorer IconExplorer

Memory Pool

76,720 transactions
28.59 vMB
0.07054036 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt 07073cda18a0eaa7b44d514021949546c4f915ab00b25b8ec4a5ee9506f78a6d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3c6d8b113f02d831a95ca4c840737d3bdd68e539263b632df10c572333b391ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,516
Size: 1.00 vMB
Total Fees: 0.01102932 BTC
Feerates: 71.79 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (155,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,431 759,431 000000000000000000055ee87c1fb6da96b3c7910661de0aa6ba32756627ae49 2,912 1.00/1.00 vMB 10
759,430 759,430 00000000000000000004ce8ab3056f81f182e15784106fdc23146ee4c025e3d5 1,954 1.00/1.00 vMB 14
759,429 759,429 000000000000000000016af6de075f39b5d58aaeee9f815b715f1e9834b67d2c 3,197 1.00/1.00 vMB 17
759,428 759,428 00000000000000000004e3435dbea1506e7bfc36361948da099c4a285535fce2 1,980 1.00/1.00 vMB 9
759,427 759,427 0000000000000000000797e77dd0d1d9490a0edce2cc37a1fe083291319786a5 3,529 1.00/1.00 vMB 17
759,426 759,426 000000000000000000000ff94f2ef9e77cd42ef7c6b54fb1a1f0b7935408867f 3,589 1.00/1.00 vMB 24
759,425 759,425 00000000000000000005243fde6cb182a72676b21175f1d4ee19835e008147ae 2,155 1.00/1.00 vMB 5
759,424 759,424 000000000000000000028f96c79688226fff33447218df94a084ce0ace1049f2 2,281 1.00/1.00 vMB 5
759,423 759,423 0000000000000000000250ced2cdd262fd2dd4bd28917c7c58e21de306c16261 2,547 1.00/1.00 vMB 11
759,422 759,422 00000000000000000003016feb43dcc16aca3cb65d6c9161cdeddc9f1200a838 2,964 1.00/1.00 vMB 17
759,421 759,421 000000000000000000041f98c58f7b139c5adbf0b544669cf6fb8a52eb3f5b6c 1,438 1.00/1.00 vMB 22
759,420 759,420 00000000000000000003d142e4d884211226a097e3b34429554f3b6fcad95871 1,708 1.00/1.00 vMB 4
759,419 759,419 000000000000000000040d8a9293e92f8a0a4b4273f05fc040fe08e43e968c46 2,866 1.00/1.00 vMB 11
759,418 759,418 00000000000000000007ad8b3656cc91c9891ff68b20fa8d8856ef54bbef6b55 2,133 1.00/1.00 vMB 9
759,417 759,417 00000000000000000000f4132f2c3d8159d749ae4c383543d8f2f96251c5f48e 3,304 1.00/1.00 vMB 16
759,416 759,416 000000000000000000079ebc77ddb7124b9ce2ed4cf49bd5c22242c32104d20a 3,138 1.00/1.00 vMB 16
759,415 759,415 000000000000000000010b1d75f2605750c0a0a735cd78cee01d13041406edd5 2,501 1.00/1.00 vMB 11
759,414 759,414 0000000000000000000399f846dcf447c34b1a06b3e4aa354203cdeea1cff69f 2,803 1.00/1.00 vMB 14
759,413 759,413 00000000000000000006dfd3143ea493c171eaafe7cfae9dbfd59369b1302a05 3,172 1.00/1.00 vMB 19
759,412 759,412 000000000000000000062b44426e47e63a62f0fd4bdeec29cdade59350b27913 3,758 1.00/1.00 vMB 33
759,411 759,411 00000000000000000000551c434db7db1bfef2ae7fac1c8e288cb9d039f8ad5d 3,505 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.