Loading Tool

Explorer IconExplorer

Memory Pool

80,375 transactions
30.14 vMB
0.12323302 BTC
Random Selection Loading Transactions
Max Size: 180.83/200 MB

Candidate Block

Mining Attempt 8fcaeecc6aa9b8b6223b4ffa7dc1a009e8c280d3b498b994f6192e5d73be4640
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root f674eb962e64d7acaa3fe142f0793ce7e131184e6ba9229b6e3330a9fa14e1a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,267
Size: 1.00 vMB
Total Fees: 0.05451955 BTC
Feerates: 150.86 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (155,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,842 759,842 00000000000000000003ed92f8bfd151c6c965fff32e017ad8e584f8050f1c03 2,353 1.00/1.00 vMB 9
759,841 759,841 00000000000000000007c503f27cda04e7dbcfc5cfdcc7811e212a52c38c13bb 1,609 1.00/1.00 vMB 14
759,840 759,840 000000000000000000078ac937e6e7314bbf84a3e507899d626071b5c0ca057d 2,988 1.00/1.00 vMB 13
759,839 759,839 00000000000000000007470502ff7bc05ab23f81bae271f7fd248b00bba6c944 2,654 1.00/1.00 vMB 9
759,838 759,838 000000000000000000066ca2de3ef4edb6cee00e8c7cc72ac0d414cc30ec2a29 3,048 1.00/1.00 vMB 9
759,837 759,837 000000000000000000071d799b135bbe4404e7cbb5445548b92b09bb8cbb582e 2,952 1.00/1.00 vMB 10
759,836 759,836 00000000000000000000ba2835de47f87c55c43d75a8625d7428a75477d8949c 2,536 1.00/1.00 vMB 6
759,835 759,835 00000000000000000004efbadc495399ddde32999fd83a78987e1ec7743d86c4 3,485 1.00/1.00 vMB 14
759,834 759,834 00000000000000000006f3988461d32e0c8feb7b3f9b3d4de273b85567dbbbf9 2,390 1.00/1.00 vMB 8
759,833 759,833 00000000000000000001e3c1aa9974d0ac980f720610476a00932d472df36c2a 1,507 1.00/1.00 vMB 4
759,832 759,832 000000000000000000078b5753e6d940c83a4203e0062a5d9c1cde49af535b97 2,075 1.00/1.00 vMB 4
759,831 759,831 0000000000000000000108988baeb07ed5928f92f1261a671e56b4ada7e50757 3,109 1.00/1.00 vMB 16
759,830 759,830 00000000000000000005ff5fb9ff3c4690031f41c6f85751bd9d3c7a15790bd4 3,581 1.00/1.00 vMB 9
759,829 759,829 00000000000000000006a82e5b80405b72e283ea8e89a3635aa47353ce7279e8 2,917 1.00/1.00 vMB 16
759,828 759,828 000000000000000000055a0baf35ac8f64d9bf00d28bd10c504fec76e7cab082 599 0.20/1.00 vMB 8
759,827 759,827 00000000000000000001f19b286ee81a6d7cbbefd1295c6e314e751d8ac48424 107 0.07/1.00 vMB 4
759,826 759,826 00000000000000000005f46e4aada17418544f387237d587f1cf8a648d576bd9 361 0.14/1.00 vMB 7
759,825 759,825 000000000000000000048353d59d9e168b8d4527d61eb3a1b4aa8320dc80eab8 196 0.05/1.00 vMB 10
759,824 759,824 0000000000000000000652a098c45255e9f2aad42cc9a32631b2cb9a3fc108b9 1,535 0.51/1.00 vMB 9
759,823 759,823 0000000000000000000072954ea252185cf1ba15338249bd9c03eca214e3a8d7 1,981 0.77/1.00 vMB 8
759,822 759,822 0000000000000000000096b2e9a0db174eeb7a4c15e8a38398593f36032cfb09 2,906 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.