Loading Tool

Explorer IconExplorer

Memory Pool

42,206 transactions
27.68 vMB
0.07248849 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt c8d60496d5888a7f61648d7227ff602dac2e9d62dd83567e25c8cd9dd3cd537c
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 3eea7a60923a6e9f983409133189f1704ea2f8c91c7e07e9619e6c79494bf780
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01708740 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (442,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,043 472,043 00000000000000000077050dcb8c57034fc37c7636d74d506e9c95c51f39cda2 1,772 1.00/1.00 vMB 142
472,042 472,042 00000000000000000086ef6b9f0487388b22e85b7bfe6ab61d6363fd85e6ce3a 2,239 1.00/1.00 vMB 337
472,041 472,041 0000000000000000013cd6781cb01cefb1a84b685d926df8b8fdb2e72638cd9a 2,305 1.00/1.00 vMB 394
472,040 472,040 000000000000000000a6816f8c32d6017b3c109d6bb551b05afeb7d73e418b8b 1,253 1.00/1.00 vMB 128
472,039 472,039 0000000000000000005b498a0adae0229a3f12cc06f73ee15f82eb664b0d5100 2,009 1.00/1.00 vMB 255
472,038 472,038 000000000000000000a3b7ae1fc0a9ae3d9b2e55eae3b96f1290b4430ba93895 1,114 1.00/1.00 vMB 157
472,037 472,037 000000000000000000ed39b40c0c9cc28d68fc3dede60ca06cf4da8ebdeee589 1,896 1.00/1.00 vMB 203
472,036 472,036 000000000000000000c476ce2f1f10b8397e95e9321469a026da97f0f2b246c8 2,238 1.00/1.00 vMB 228
472,035 472,035 0000000000000000004f90d06497afb530b2699b23a2167de1031c27098bb774 2,299 1.00/1.00 vMB 229
472,034 472,034 0000000000000000015fb86ad2fe9f873e236744493de433998087d6f1aacffe 2,349 1.00/1.00 vMB 277
472,033 472,033 000000000000000000b4314a629543c7afbaba8283375066d1ec78c33dc1afa2 2,396 1.00/1.00 vMB 310
472,032 472,032 0000000000000000008bea9bed0f64252d0f7f3dfff1ba2dd29ac317180b0a4c 2,259 1.00/1.00 vMB 344
472,031 472,031 0000000000000000012a21ceb1611c9777c47b4d9740d84dad7f96a6d5471a34 2,581 1.00/1.00 vMB 388
472,030 472,030 000000000000000000cb50bb10048de22b888bf732295f91cd89539211fbb23a 2,025 1.00/1.00 vMB 444
472,029 472,029 00000000000000000148d615511696941de986b815082b40c17aa13ce2ee3b9b 859 1.00/1.00 vMB 92
472,028 472,028 000000000000000000e072f191a6af603a1113540fb2736c238121384fff62c1 1,373 0.88/1.00 vMB 156
472,027 472,027 00000000000000000148501e9b1095885fa4d13840544365cc8f1863b9ddee8b 1,976 1.00/1.00 vMB 279
472,026 472,026 000000000000000001144d35f9e2de3944155da8661fd5c8fe2f0978bca0b375 2,303 1.00/1.00 vMB 381
472,025 472,025 000000000000000000b856ef69b6767fb021850a6b3d1a953b81a8ff029cd8b5 1,599 1.00/1.00 vMB 209
472,024 472,024 00000000000000000180caa0c63c000cf86a1252210bb085536acea85ef0bd4d 1,687 1.00/1.00 vMB 94
472,023 472,023 0000000000000000017af5b78cc487bd9feb613a7449a1a31a69ebfa832696f3 1,711 1.00/1.00 vMB 236
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.