Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.62 vMB
0.07407384 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt 394dcf4e99b7977936e92b41660260064bb9143516476acc2745dbf630a3336a
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7085c76b6fc1e34f53e9f3b9c9572d064f4d9b78e5dbc0dd1d906b1c6870c3b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,069
Size: 1.00 vMB
Total Fees: 0.01386013 BTC
Feerates: 150.98 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (673,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,993 241,993 00000000000000cd8627b89c88b585d31d85fe31f6f8af8c2d59f3ad189a8a56 28 0.02/1.00 vMB 34
241,992 241,992 000000000000008b8f2e3c7391a5266e70fac45c3b9a36b7156d9be55162b3ef 577 0.25/1.00 vMB 149
241,991 241,991 00000000000000796c0ceb1a5af9a4c556472cfa0a0f60cb65a091cbcbc91c3d 165 0.11/1.00 vMB 77
241,990 241,990 000000000000006da8fbb90f90bf15c6786a6b05220a6869eb2fadb2e0e73308 271 0.12/1.00 vMB 150
241,989 241,989 000000000000004f043481dce05ccde138b2f69735c8d8e0d741ea666c9577f1 281 0.12/1.00 vMB 158
241,988 241,988 0000000000000051fab04ab3f70442ff789b2db142b9dbfd5f3390157e5b1385 83 0.06/1.00 vMB 88
241,987 241,987 00000000000000229d749186b3f76569bd776ec435214753db0ecaa280ab218e 482 0.25/1.00 vMB 125
241,986 241,986 000000000000001507f7f76ea57951ef9d317a20224fc8bca1130d299efb869a 610 0.25/1.00 vMB 186
241,985 241,985 00000000000000bbee33d706ba12c43b1f6208ce3c0debf18724435a23db6b57 626 0.25/1.00 vMB 210
241,984 241,984 00000000000000ad79423f60cd4fc549db1169a9ed7db72421ada9403cf3624e 313 0.14/1.00 vMB 163
241,983 241,983 00000000000000550a9d0d9232b275d755f152f4d825d2e163fe366ad333bac9 7 0.00/1.00 vMB 14
241,982 241,982 000000000000005c9d2f33e87871e513582bb9d2f39af5de20f82d18b6be651e 382 0.15/1.00 vMB 194
241,981 241,981 000000000000009c74f63e48ad851b209714ebe3e47824c4ddedd37d6affd742 227 0.11/1.00 vMB 128
241,980 241,980 0000000000000013b6854f62519d6de2ce8416192848544d1b590d8aace1f6e9 645 0.25/1.00 vMB 181
241,979 241,979 00000000000000ac4f9ec5598c4d1ed75f604a3e587393c1e22cd8b09496f4a4 5 0.00/1.00 vMB 48
241,978 241,978 00000000000000cb3023925fbd4f592beb704bf972b6426fbbd7b4ee6c2ab513 157 0.10/1.00 vMB 115
241,977 241,977 00000000000000c05e3ad9a370f1bb1a0ddbb4bf01f101ca0af42d261fba9e44 426 0.22/1.00 vMB 367
241,976 241,976 00000000000000351cb2e181906443dae8e0ea06b830f433cfac183b3e1c5e6a 116 0.04/1.00 vMB 209
241,975 241,975 00000000000000b808a8079e231e137f53b47b5c0c4dc6163c4adae44991b9f3 188 0.07/1.00 vMB 293
241,974 241,974 0000000000000050f7c1de1cb8c05d759fb55b2075cce16d5b06857adae7a674 226 0.10/1.00 vMB 158
241,973 241,973 000000000000000143b102c36cd5dc60be052120917db6f87f7e045ac4dad5d7 275 0.13/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.