Loading Tool

Explorer IconExplorer

Memory Pool

79,253 transactions
29.31 vMB
0.07257732 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt 3c2400229a53d638c33def8b5260d7346c7c24ae02807f202c166565324102d8
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 149b94cf23055928f47a6ffd063e5b5affe2f990ad23a7b41b86740bf8759b87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01301315 BTC
Feerates: 170.94 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (364,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,997 550,997 00000000000000000000b0c01fdeb4f1d61968f6986735665a42124f7a0703c7 3,067 1.00/1.00 vMB 45
550,996 550,996 000000000000000000227cf4dd3199368f7559d77138585343b14e322de3e6a8 3,348 1.00/1.00 vMB 61
550,995 550,995 0000000000000000000c316c58f89b2263c0b91ff2c9a262971f6b48d62a9157 2,783 1.00/1.00 vMB 83
550,994 550,994 0000000000000000002949f98c238af6dc2bb9d6a080d288b5256dd7e8f53e18 2,267 1.00/1.00 vMB 19
550,993 550,993 0000000000000000001d07f5415b302ea12b7e76e80a84f496253c35bf8f91e9 3,340 1.00/1.00 vMB 50
550,992 550,992 000000000000000000040e6f17c0cb1228203eec6756ca0b23ec5207676c2139 2,762 1.00/1.00 vMB 60
550,991 550,991 00000000000000000027b505e14f2d90fa5c6f3af28d97220080e2713318f200 2,326 1.00/1.00 vMB 21
550,990 550,990 00000000000000000004a1c2f2239a345a72b21431c828cdb86cfa29ffd861cd 3,210 1.00/1.00 vMB 62
550,989 550,989 0000000000000000002796014b3bcf0981063fbf920ad7d4670cab97155b2511 2,887 1.00/1.00 vMB 36
550,988 550,988 000000000000000000164af3032b087a51737afbfea3672b5297f19e49fe8df1 3,458 1.00/1.00 vMB 72
550,987 550,987 00000000000000000004b65ae193b9f8b10686eed919a5361237f3f957bdc2b0 2,702 1.00/1.00 vMB 30
550,986 550,986 00000000000000000012b5864df5bf640441a54db03f2851d0ec8a671cc765a4 2,566 1.00/1.00 vMB 41
550,985 550,985 0000000000000000000e872270d21f38f2eeaf55fae4be8bd76a4606a68f1929 3,415 1.00/1.00 vMB 67
550,984 550,984 0000000000000000001334448622b5d91c57b13a3e9de363bbe56ca6c00d05d8 3,429 1.00/1.00 vMB 67
550,983 550,983 000000000000000000220d03379403b8798618a3a7bb6a0723fc566a73c13674 2,433 1.00/1.00 vMB 42
550,982 550,982 0000000000000000000e3a1e4a2bb08bee3b0868cd409aa1db7eb1edfa91ac9d 2,735 1.00/1.00 vMB 54
550,981 550,981 0000000000000000002838f55a0811f34a9e531b7221c3a9e017a16bbfeb559d 1,273 1.00/1.00 vMB 46
550,980 550,980 0000000000000000000f84c968983ea804a4c5c226ba6d8731872496b6963e70 2,897 1.00/1.00 vMB 55
550,979 550,979 0000000000000000001a23c4869222cc621e74e8e28b0b97ef6eb6781b23f53b 2,575 1.00/1.00 vMB 19
550,978 550,978 00000000000000000029963a81fb25b6a83488e070b3639c30400cea421d6526 2,713 1.00/1.00 vMB 44
550,977 550,977 00000000000000000021d348b8b3ef601cfa067d67f1a4fa00386e7b8d7e9aa7 3,470 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.