Loading Tool

Explorer IconExplorer

Memory Pool

80,916 transactions
30.41 vMB
0.08836281 BTC
Random Selection Loading Transactions
Max Size: 183.05/200 MB

Candidate Block

Mining Attempt 33d99c166b670a0bd9ea608f7c51c0508fcc09015aac39af7901290cf204eae7
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 30ea87e52ab0fbcbe12366d5e8ef2ae54da91373bb1be7a767b9d3c9476f1384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,585
Size: 1.00 vMB
Total Fees: 0.02302652 BTC
Feerates: 163.06 > 2.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (122,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,324 792,324 000000000000000000018e1675191b934f1d3e406f79b26584cc207b8b46655f 2,619 1.00/1.00 vMB 60
792,323 792,323 0000000000000000000075f4b9f55949731a75a9b3b322ccd06cebdafa4aec8d 3,669 1.00/1.00 vMB 57
792,322 792,322 0000000000000000000134d1e921c8929a91b22b6fb8f26dadfbb8c72c831aaf 3,635 1.00/1.00 vMB 68
792,321 792,321 00000000000000000000eb194c68cca994cafa2cc3821fadf15f2582d41ac237 3,142 1.00/1.00 vMB 81
792,320 792,320 00000000000000000004cead8cc1667440acc9b2ec8c57f69aea2ef7e3c83898 2,204 1.00/1.00 vMB 62
792,319 792,319 000000000000000000001f3ee035361b348fdd0a1d7784fc4235a4c3942fabb8 3,204 1.00/1.00 vMB 81
792,318 792,318 000000000000000000021953b4a32463b61b6bd4e077b64dc9b700e375b1c707 1,329 1.00/1.00 vMB 60
792,317 792,317 00000000000000000001b6eeb603813bc50e73c2dacbc9ea37a904461f9a7367 3,022 1.00/1.00 vMB 72
792,316 792,316 000000000000000000050da6a171bf89fa3ab85dab12c35aa3dcea4d6366a30f 1,563 1.00/1.00 vMB 61
792,315 792,315 00000000000000000002c314c59015dfa70925bc5c886183c29159f30f5c9dbd 3,075 1.00/1.00 vMB 69
792,314 792,314 00000000000000000002e861d23226fb5fc55679416baf2224f98b93bcc7c542 1,479 1.00/1.00 vMB 59
792,313 792,313 000000000000000000016e6f40fb527fbe9b0c802a8dd09669203f6335992532 1,742 1.00/1.00 vMB 62
792,312 792,312 0000000000000000000329e51a18e64a2da7a9e035bc7b20dac2295e1d3f4894 1,455 1.00/1.00 vMB 61
792,311 792,311 000000000000000000032c5b72b526ca615c67bdf7c63d1ae0591c622c272a90 1,925 1.00/1.00 vMB 56
792,310 792,310 000000000000000000015d3d8f12bf977e922b9d1e3ab0a1a4ac41620e81bd7f 2,719 1.00/1.00 vMB 69
792,309 792,309 00000000000000000003839c6d5489c3f7fe432f0dfe12f74d1170ac184f2f18 3,890 1.00/1.00 vMB 59
792,308 792,308 000000000000000000039f0b90493783e02dd756e017f374a183683a711652a9 2,973 1.00/1.00 vMB 64
792,307 792,307 000000000000000000022683c5d9ba6a4b53745116b2b82dd258a5fa9529d468 3,554 1.00/1.00 vMB 75
792,306 792,306 0000000000000000000163403da171a7494927cafb72ea23e2c5f915e2abd1db 2,920 1.00/1.00 vMB 95
792,305 792,305 0000000000000000000014eadab83184b2bb94eda98517e9e020d112ec9dcf63 3,015 1.00/1.00 vMB 56
792,304 792,304 0000000000000000000002b4588394f429ea8df0c8076ef39a5cc26072276ecd 4,250 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.69 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: 691.90 GB
    • Received: 16.50 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.