Loading Tool

Explorer IconExplorer

Memory Pool

81,563 transactions
22.46 vMB
0.06737225 BTC
Random Selection Loading Transactions
Max Size: 149.54/200 MB

Candidate Block

Mining Attempt e09eeb705184a6922c487ba4a5e8b235994e80efadacd5591fa60cd6c99214bb
Version 20000000
Previous Block 00000000000000000001b47f008eb2628837c4fd4d0a2b14ee542d27b5b19b1c
Merkle Root 52436d2835bd4fa372fb363658f6440ee6f6f6b5e8a404ad3aea58e043d09761
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.01558972 BTC
Feerates: 265.25 > 1.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,125 (878,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,718 37,718 0000000047d693b639302aeabd19d6ec1786ba2a983e58a81f8c54b0fd52d84e 1 0.00/1.00 vMB 0
37,717 37,717 0000000037f21f44285105aa2e093255129484ee6548ed789dc7a50d9866092a 1 0.00/1.00 vMB 0
37,716 37,716 0000000034da7432bb86ba55b018b9c798e269e28508dc9937027e461c1d625e 1 0.00/1.00 vMB 0
37,715 37,715 000000008a4aeadca89eafea73064be10c462e692f1db42fbfb23c20fb2db814 1 0.00/1.00 vMB 0
37,714 37,714 00000000479f53290dea5c8b0534c20f21a2807736782c9042151115242c136e 1 0.00/1.00 vMB 0
37,713 37,713 0000000007a1eef738420bf792da06d6e26453fff3489a52c9708a52ec234b18 1 0.00/1.00 vMB 0
37,712 37,712 000000000437097d5b2a24ea8daebf620c92fe167f6da3d513d45826a354b4b6 1 0.00/1.00 vMB 0
37,711 37,711 0000000084ac3f0bd1f8028c3d03286f057f22ecc9eb3a22a6b4590410cd6113 1 0.00/1.00 vMB 0
37,710 37,710 00000000156d4e00e49494ff370497b88a636c58d7f5d99eb1b93ab33d332e15 1 0.00/1.00 vMB 0
37,709 37,709 000000001c6433273f28c31a45a2674abebe16629b6f9266a243261142023ba1 1 0.00/1.00 vMB 0
37,708 37,708 000000005c21597c688ba38d6a1e04fada52aa1bca6fe9f0b47905f50536def3 1 0.00/1.00 vMB 0
37,707 37,707 0000000058741e2852ccf39d93d81c8b9311fe069793641452b0d51a7539a6b0 1 0.00/1.00 vMB 0
37,706 37,706 00000000596eaaa7efbfae6d696ec61af3eb63185ec1fcc632d689ed18588b3d 1 0.00/1.00 vMB 0
37,705 37,705 000000007e004012886219d9342cc9b791517b4541c04afc2f7318051a10e3a1 1 0.00/1.00 vMB 0
37,704 37,704 000000004c2ebbd44d656a7c2f68eabbeef91a1fdf2dcdf6850d61fe45f3597c 1 0.00/1.00 vMB 0
37,703 37,703 0000000090e7f1b366950e166fc4d072b4dda3e771c12b4c079b2e93241b9fc4 1 0.00/1.00 vMB 0
37,702 37,702 00000000624abbf019daf504f40237a0443805187a69c3809edf6e50039ad691 1 0.00/1.00 vMB 0
37,701 37,701 0000000021069f36c6cf664f54e0a3557307adcd63bba94566ffccfec6dec834 1 0.00/1.00 vMB 0
37,700 37,700 00000000478c70fcfca141ee6d94f0776de7cee06f7e3ea8a1e324d743f17b29 1 0.00/1.00 vMB 0
37,699 37,699 00000000951fd1c80dcd0cb9e67d0c533a7e2a8a31d18d491a3ef254136136f7 1 0.00/1.00 vMB 0
37,698 37,698 000000005fc788877ead4741bb6996773c51d0a5d5fcf423837684e83dfef412 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 816.50 GB
    • Received: 24.35 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.