Loading Tool

Explorer IconExplorer

Memory Pool

39,916 transactions
26.96 vMB
0.06979342 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 0ad113d0a8bf1af5491d55842fb614b7e7439e7709f5c63551625a71044cad01
Version 20000000
Previous Block 0000000000000000000014303e23e595257d59f7333f38cdb984c51171e64775
Merkle Root 09c79a8fd9c13d6544d4b8f3d9b7b2920b8035a598de6910c64cb3709bc75e4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.01588654 BTC
Feerates: 40.21 > 1.59 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,682 (861,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,836 52,836 00000000013be66e522b8ce8dc368fbb58f25582e848328614e405b27efd0fdf 1 0.00/1.00 vMB 0
52,835 52,835 000000000a137c2e930263a4faf71fa11b8b23a006873decc4d74b9e4ff10fb4 1 0.00/1.00 vMB 0
52,834 52,834 000000000daf52dc721a91c0b54ee439304c6dd2cca9169eb1651c133f69b740 1 0.00/1.00 vMB 0
52,833 52,833 000000000c11a2fb423ad567e592376f4d0cdcf0c37a4be7341c64035a7d215e 1 0.00/1.00 vMB 0
52,832 52,832 000000001587d26c9bb933ff89282ad9f235c2496c87824725de053ffb1ea90b 1 0.00/1.00 vMB 0
52,831 52,831 00000000064b27d3d6a74ea6cd22a740a140d2abae70ab9c7bae3a27f5d0656f 1 0.00/1.00 vMB 0
52,830 52,830 0000000013f1261c5c794b7ca0cbe02324d673ad20c9408f351e7eca14b547f6 1 0.00/1.00 vMB 0
52,829 52,829 0000000002881762ac89ba32d5639d92581cb9bb962becf7a0065d21f3f813be 1 0.00/1.00 vMB 0
52,828 52,828 000000000c7700a03b4715a647ee7f21e529616163ee11628ed35301424db4c6 2 0.00/1.00 vMB 0
52,827 52,827 00000000008ff9f5026c373015c6c2259b6db804209dbb22fc5da0059d2b092f 1 0.00/1.00 vMB 0
52,826 52,826 000000001183981834981763734b7e6e09fe0a5f345012ff82a19c66076efee9 2 0.00/1.00 vMB 0
52,825 52,825 000000000b0bed3c18911823a29ca5d5ae319ad91f1a9e2478b38e2a58266fa4 1 0.00/1.00 vMB 0
52,824 52,824 00000000021388e3f9eb86bdfb9529339c5d8511f9a82fe36f9e05c72b5378dd 1 0.00/1.00 vMB 0
52,823 52,823 000000000217681d31656f09ea27098c9e4b38d87a9c466f0434db67f775ed59 1 0.00/1.00 vMB 0
52,822 52,822 00000000000c706c62cdb6d5a559f3b4fc4b5f1fa731f69ef5e62b3d4243eff1 1 0.00/1.00 vMB 0
52,821 52,821 0000000003b280a252757984dc661864e9cb81d87c22fe2cb103e3d1d903618f 1 0.00/1.00 vMB 0
52,820 52,820 00000000095a0d1a8ff23fce3644659b4fa23d13c55ce323d7634c17af6afc92 1 0.00/1.00 vMB 0
52,819 52,819 00000000005e039815e731ef281b5891c70a0daba3d319bb91416cb33fbd6cf9 1 0.00/1.00 vMB 0
52,818 52,818 00000000137a55dda5368445d0e3f39fd279489690d135e74c953da0de998d93 1 0.00/1.00 vMB 0
52,817 52,817 00000000046ef9434b3932e194d3d40e24d2b69d7f07719c5e86b6c10da25825 1 0.00/1.00 vMB 0
52,816 52,816 000000000ec928717226b2a6ffbcae2822a5a82dfbcbe7ec8ced7f41fbb0c05e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.80 GB
    • Received: 12.39 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.