Loading Tool

Explorer IconExplorer

Memory Pool

49,300 transactions
29.84 vMB
0.09723187 BTC
Random Selection Loading Transactions
Max Size: 159.02/200 MB

Candidate Block

Mining Attempt aca040de2074efa3acbb356945eab1b5e10a8ee08b1dff53d75e6991f2c0edd1
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 9df431ce09a6eaa480de03726f544bf3dd1e74aaf4e2aa5340749b9c7a9c1732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.03321325 BTC
Feerates: 150.68 > 3.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (680,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,143 234,143 0000000000000111fe1c6adad8a11f519924f058c6c4d77a2e62a993fc9b7c6b 4 0.00/1.00 vMB 72
234,142 234,142 000000000000012b0be1dbbe229f3e6b18eb19fb3b5f83175331f187a8765af2 403 0.19/1.00 vMB 157
234,141 234,141 000000000000018e50c32cc66c8a4bf8eea1e67faa009f8d791e442ea17e1045 237 0.10/1.00 vMB 159
234,140 234,140 0000000000000074c99a9dfa5934d48f0005de0366db8f91b86ac0c751a32bfa 474 0.22/1.00 vMB 168
234,139 234,139 000000000000016396fb3c944dcda449ce865df178db9cfcbe901f08d8308981 392 0.16/1.00 vMB 193
234,138 234,138 000000000000006fe8348557ac4eb3a89aa12bd8207d43d51ae2f35ff904657d 660 0.29/1.00 vMB 175
234,137 234,137 00000000000000123a7c2cdac820b4235f7907519569d0be400557a536250c3b 524 0.27/1.00 vMB 296
234,136 234,136 000000000000013fc25cadde80fa71642a1ae66578e5f77e1f8a7c1531395606 533 0.25/1.00 vMB 184
234,135 234,135 0000000000000165c9af868bec69b5410cf40eedee71c5329f34e36400da78a5 695 0.25/1.00 vMB 218
234,134 234,134 00000000000000a2b281abaf1e5e2052805a0574a404d319d05b28765a19ec1c 537 0.24/1.00 vMB 172
234,133 234,133 00000000000000b803b09593ed7eaf95e1d54c46df9c0a191e69a53af9b5ddd6 868 0.25/1.00 vMB 143
234,132 234,132 0000000000000168fe7db3e00e748a335d39c33752c5095a85ccdab7d0184845 4 0.00/1.00 vMB 84
234,131 234,131 0000000000000074e819fa1c839bfef4deaa804e3fa2c3ffe11117dd1bc09ce8 406 0.28/1.00 vMB 123
234,130 234,130 00000000000001a490d2e858ebf1607db979cd39788c127a26dd156165312c44 511 0.25/1.00 vMB 164
234,129 234,129 00000000000000e9a7426729f120b2e1143abfe4a448b4f4e318fceed304dccb 852 0.25/1.00 vMB 326
234,128 234,128 0000000000000068808e7c732c0e53c50f8bb4f9757553fba69d97de64c51b24 1,136 0.42/1.00 vMB 1,932
234,127 234,127 00000000000000bf6928de81e99a854963bc9d0aadf1b57748d4a6e4542fa102 201 0.09/1.00 vMB 224
234,126 234,126 000000000000007dd445f5ea1f3344afdf607d42380fbf09922018244c9824f3 358 0.17/1.00 vMB 147
234,125 234,125 00000000000000b683533894f440390ab3b29271f687b1a84594f2ae1d647437 93 0.08/1.00 vMB 129
234,124 234,124 00000000000000415c7d54779186aadb9d9bfbedb011609f9a7d93f6ab04f00b 657 0.25/1.00 vMB 210
234,123 234,123 000000000000018d272b8d1019d4d885fabb6c40a835bfc2fa19cff1e37452a8 483 0.25/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.