Loading Tool

Explorer IconExplorer

Memory Pool

26,148 transactions
25.15 vMB
0.05168995 BTC
Random Selection Loading Transactions
Max Size: 122.83/200 MB

Candidate Block

Mining Attempt ae104a56505b4c28ffff26dc6116c7e81a0b83bc8ed77e0f76e00d6ace7990ff
Version 20000000
Previous Block 00000000000000000002090a5e6827104d71bc49b506e4cb66502fb6a9600695
Merkle Root 5385163aa5e3c973d5ee17b9d0e80ac08af6210b9d74b7d3075e2f32864b38f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,430
Size: 1.00 vMB
Total Fees: 0.00598615 BTC
Feerates: 14.06 > 0.60 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,240 (867,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,603 46,603 000000000a91d13ac5a37bb82f0bd90ad0fc3c98981714e5ce13282d7f6d912a 1 0.00/1.00 vMB 0
46,602 46,602 000000001904bffcd4953a644e412a5a11c4ed77455221ece6139050179c7da5 1 0.00/1.00 vMB 0
46,601 46,601 000000000ea3f252d917e2516f6d6569e507c7e08b5f444cecc64af16f9babed 1 0.00/1.00 vMB 0
46,600 46,600 000000002b47a4b5157366091f81ad75a1806d2ded9f2152e3a36cdba39ce53e 1 0.00/1.00 vMB 0
46,599 46,599 000000000f09ef6c5f0b0e457e26136925aa8bcea3e6c85ba3c457124955daed 1 0.00/1.00 vMB 0
46,598 46,598 000000000c4251f16f07185ce18a32cff4539d96eb20583f960eb998e28c5135 1 0.00/1.00 vMB 0
46,597 46,597 000000000a7b32caa6a4e433f4627030c6abf9ca5216c328e51a07285ad6ed71 1 0.00/1.00 vMB 0
46,596 46,596 00000000207d5d049f75368b9ec78433c8c7a8dc2efaec559446fe0196456b8b 2 0.00/1.00 vMB 0
46,595 46,595 000000001f54e9e2ccd9d7034e5a456841da3dd7299029cd36a23a4b4267c5c0 1 0.00/1.00 vMB 0
46,594 46,594 0000000028354a53235824dd084d4ad54b54095d44205d70b7e41ebf1eb58273 1 0.00/1.00 vMB 0
46,593 46,593 0000000009b2e3a580f5520750945b9172abd2ccbe895d4ccacdaf5f0d27f7f5 1 0.00/1.00 vMB 0
46,592 46,592 000000001251b878c03e9159bd1525f4eedcb45623d66f77192597926f5abf19 1 0.00/1.00 vMB 0
46,591 46,591 0000000036dc2333c5e99ffab26ec65a671c8558269c7707b30eebf746452809 1 0.00/1.00 vMB 0
46,590 46,590 000000002cc4a06faba1604cbcdfecfcd39bc777b0ba41282533ef9837aa6e4a 1 0.00/1.00 vMB 0
46,589 46,589 0000000036a73220f85a1c4aca06604cf866b67a11283c6507f6eae0ae1ed1e6 1 0.00/1.00 vMB 0
46,588 46,588 0000000030c9572d674a8841b7bb09b566b0e9289b0c6f6af22c8fd9f9017c0a 1 0.00/1.00 vMB 0
46,587 46,587 000000002b8a5c5f1e255d60a4b0e1229c8e38049dc8f830c98cc5da69031a67 1 0.00/1.00 vMB 0
46,586 46,586 000000000b4a46798aa3f37785ce7de041421057fe5a9140ff4095d2548a56b1 1 0.00/1.00 vMB 0
46,585 46,585 00000000079880c42e28c34c518460e404194b7db67177650ccc100920d15149 1 0.00/1.00 vMB 0
46,584 46,584 0000000014292bbd96849657d8a18c1781fb073c2f44cb07408331d974c85182 1 0.00/1.00 vMB 0
46,583 46,583 00000000225c8fd4650ec22e601e8e905a7871e41be7301e578ba10ea9e39848 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 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: 576.16 GB
    • Received: 8.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.