Loading Tool

Explorer IconExplorer

Memory Pool

38,847 transactions
26.56 vMB
0.06443999 BTC
Random Selection Loading Transactions
Max Size: 137.00/200 MB

Candidate Block

Mining Attempt 864f7b1b2855c85da9744a0d40408beecc9d409d267c85a1a3cbac41d498e303
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 204fa9d12955b764b68419b01b46540eb39dfe559614a28e4ff8d7bb9364ee1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.01482838 BTC
Feerates: 201.06 > 1.49 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (861,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
52,815 52,815 000000000e961ae8903b8291dc31644c147a951878978bd4295db360dfb1e9d8 1 0.00/1.00 vMB 0
52,814 52,814 00000000034341f52de94428719b54890f74ee50a1ca7fb1e1ab718278e64b13 2 0.00/1.00 vMB 0
52,813 52,813 000000000259028b891fff74ba16c14e04646e0b00768a6831e82c71400186fa 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.92 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.