Loading Tool

Explorer IconExplorer

Memory Pool

44,820 transactions
26.69 vMB
0.06096802 BTC
Random Selection Loading Transactions
Max Size: 140.91/200 MB

Candidate Block

Mining Attempt 6183b24128613d9564796efc25b7a997dfe137ea556a4d1295cce8f4c80c2571
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root ff97db0882b9e21290dc06b61901ee28e5cf75dddb8d7329a406dc9d4573ebee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,808
Size: 1.00 vMB
Total Fees: 0.01180821 BTC
Feerates: 180.34 > 1.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (187,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,487 727,487 0000000000000000000001e4ed46041a523abe146cca8ac3410620e4f0d54b9f 1,761 1.00/1.00 vMB 7
727,486 727,486 00000000000000000006397b009b1a079edf7c153f0abc4be7a91e443bb53201 1,593 1.00/1.00 vMB 6
727,485 727,485 00000000000000000001a3a1b0c021140a35f9a9da971bd8aeaf3e85b512f566 1,406 1.00/1.00 vMB 7
727,484 727,484 000000000000000000093d245da6946a3a537940808e142dca5bbba4c0bc78a9 2,933 1.00/1.00 vMB 3
727,483 727,483 0000000000000000000041b8074f495a83a1e11ba93d1b22b93b36adc2eca6f2 2,324 1.00/1.00 vMB 11
727,482 727,482 00000000000000000003e9e474d6ecc1789e3729b3754e185eabc75c01de4f7a 2,281 1.00/1.00 vMB 3
727,481 727,481 0000000000000000000251e97083079e55a9022816b39c0c63067cb35bea5025 1,984 1.00/1.00 vMB 12
727,480 727,480 0000000000000000000783409d689630df4aebfde9f4bd04e84a7e3cb9e7ff28 2,751 1.00/1.00 vMB 13
727,479 727,479 00000000000000000003ba2df4af712ae2ea6b593db13b5df96501210a149f83 2,261 1.00/1.00 vMB 6
727,478 727,478 0000000000000000000634934b02ff7edcf9fc99494d8540338706aeb64c3a4d 3,307 1.00/1.00 vMB 15
727,477 727,477 000000000000000000020b858da7d3bd0ca6a3a39f2e125f36ee5be2ae428243 2,585 1.00/1.00 vMB 10
727,476 727,476 000000000000000000029de317d021a10311148df90f749e9d62e81519a67922 2,878 1.00/1.00 vMB 13
727,475 727,475 0000000000000000000105c36757d913ab804d65d2d9570809d7bca122b65d4f 2,581 1.00/1.00 vMB 6
727,474 727,474 0000000000000000000141ed27d3fe7dea646a52d3d49dd03071f12d41aeb544 2,766 1.00/1.00 vMB 17
727,473 727,473 00000000000000000008632d9fed83b0b55d8085331fb9eac219522a1a2fc9bf 2,711 1.00/1.00 vMB 8
727,472 727,472 00000000000000000003e31c04a3eb9d4d81035ab715e32888a20f872fddc06f 3,176 1.00/1.00 vMB 5
727,471 727,471 00000000000000000002b5f239682c56dcd327895d17bc9faf2c933fe1842806 2,930 1.00/1.00 vMB 13
727,470 727,470 000000000000000000036fdad821756ae308ced7363a37c686d43c7ec4be6414 2,365 1.00/1.00 vMB 8
727,469 727,469 00000000000000000000d6b3ec66fc3b8debfc64e37fe0b318e393ee19b5805b 1,164 1.00/1.00 vMB 2
727,468 727,468 00000000000000000006ef378d9c609eb2ef9e7c33ee520ecb031acea6b22893 3,290 1.00/1.00 vMB 9
727,467 727,467 0000000000000000000262b133e02bf426535f8c73aa2ca382d67063b9db1340 2,576 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.95 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: 647.18 GB
    • Received: 12.91 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.