Loading Tool

Explorer IconExplorer

Memory Pool

41,299 transactions
31.54 vMB
0.08547380 BTC
Random Selection Loading Transactions
Max Size: 158.11/200 MB

Candidate Block

Mining Attempt cb50467a2da9c3b37b548b366daf817261e491a91c4e7da0dd5131b7b2d2b3c1
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root ef3f240dfe74f5ff12cd1d93f60addf285a53c58423291586d87906ffa07fd68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02050009 BTC
Feerates: 101.13 > 2.05 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (140,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,942 773,942 0000000000000000000139d72354de72dde413690d7719ea7e32b3bf30138406 366 0.12/1.00 vMB 15
773,941 773,941 000000000000000000060a56b4344beecc8e3019db14a619128623227693edb1 262 0.13/1.00 vMB 9
773,940 773,940 000000000000000000068a68da6a47e5582c1c748d55683d38eb0e19baef8626 3,352 1.00/1.00 vMB 14
773,939 773,939 0000000000000000000349dfd896de635b55e0b4f43713aa61b6dbb0298064c8 3,024 1.00/1.00 vMB 15
773,938 773,938 0000000000000000000557f2c000aba5e3c40743f86caf171d90d5368fc6ebd3 896 0.94/1.00 vMB 2
773,937 773,937 000000000000000000018971f95543cab12397d02998a5be4399211c58e0c99c 147 1.00/1.00 vMB 1
773,936 773,936 0000000000000000000708b908f71c8409db9e4fd3aa567effba11d1e94ea8cc 2,220 1.00/1.00 vMB 12
773,935 773,935 000000000000000000004fbd3804b032c9b169ffe731602c3055f4bfdff8f0bf 2,611 1.00/1.00 vMB 6
773,934 773,934 0000000000000000000264b55f467d03d18cd30ce58459e5f78c46891b0c3d00 2,372 1.00/1.00 vMB 9
773,933 773,933 000000000000000000061b4283fe0ceddaa56f984706c705c7febddef1fbcc35 2,097 1.00/1.00 vMB 18
773,932 773,932 000000000000000000002fc4f76a7d64b7fc51e7fa17900fc675aab8d90c3557 2,420 1.00/1.00 vMB 21
773,931 773,931 000000000000000000007da17850214026c90a5f397692886327eeef2a15a05a 2,943 1.00/1.00 vMB 27
773,930 773,930 000000000000000000064772729f11d87acf8b82937a2ec1f6c5d08eef132606 2,141 1.00/1.00 vMB 8
773,929 773,929 0000000000000000000572c06a2c11eeb4104a742c95dcf2b608ee74dce2c91e 4,816 1.00/1.00 vMB 4
773,928 773,928 0000000000000000000144a088faaba689c0e42d4ef5eff4c81b5db4a6cb0d6d 2,668 1.00/1.00 vMB 9
773,927 773,927 00000000000000000004e6a49951b0d811d06f0ec15c3fd3d3ed80ad78b9d82e 1,022 1.00/1.00 vMB 2
773,926 773,926 00000000000000000004585b72f1e8bc311900477cf7658123abf7f2f101d06b 2,781 1.00/1.00 vMB 6
773,925 773,925 0000000000000000000364b18aea70c3bba5e3137b6288a8b779b9022670c3ac 2,336 1.00/1.00 vMB 12
773,924 773,924 0000000000000000000770c5d2b8538c08e7aad9905ddb7fa4685fc67d905148 1,921 1.00/1.00 vMB 15
773,923 773,923 0000000000000000000398d85a40bc9e25d2496e6b6ed04521f14dfce3faa30e 3,614 1.00/1.00 vMB 18
773,922 773,922 00000000000000000001e6ad3da84efe63eef7419acd29e773a325e79a0bab4d 3,602 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.62 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: 625.46 GB
    • Received: 11.59 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.