Loading Tool

Explorer IconExplorer

Memory Pool

52,087 transactions
30.36 vMB
0.26489182 BTC
Random Selection Loading Transactions
Max Size: 160.18/200 MB

Candidate Block

Mining Attempt c0d77fac45ac87fab80b88df932d6f93d12757b67a9e70d44cc4e716076c8488
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root f41fe62692400605c8d9dd5abeeaf07736080a84b3118fe63a7df3982a7e9825
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.08361697 BTC
Feerates: 229.15 > 8.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (415,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,418 499,418 0000000000000000001288f3ab99237fe5c0c4cf65b768cd7810aa0b8ad7c1f9 2,935 1.00/1.00 vMB 413
499,417 499,417 0000000000000000005ce69f210c8a9466d02c3d063ac5f42988062dec4fb1ff 2,792 1.00/1.00 vMB 420
499,416 499,416 0000000000000000006db1f13175bb8755347c1dc144b327d3ba170b7b0ff785 2,084 1.00/1.00 vMB 421
499,415 499,415 00000000000000000021b21d6866aa1bf6d7f41dd2e0af7dd4450cb70d7a44d9 1,609 1.00/1.00 vMB 502
499,414 499,414 0000000000000000001edaa19db798b3d8b7d6ab629bac5fe65e1b59e3b9685d 1,028 1.00/1.00 vMB 203
499,413 499,413 00000000000000000068bbf88c8b9a51810e1d7a7bd01f8d3b19a35db723181f 1,353 1.00/1.00 vMB 239
499,412 499,412 000000000000000000780b2f288f59ba924803c8796a7af61e62259526dcd7c3 2,221 1.00/1.00 vMB 221
499,411 499,411 000000000000000000202c162fb17057c7098a5b3365608e1c82291b6deff537 2,482 1.00/1.00 vMB 436
499,410 499,410 00000000000000000041ccd2a4bc77b2431a2da8a2d3d31c55620543755ad3bb 1,249 1.00/1.00 vMB 214
499,409 499,409 0000000000000000004e211590e43c9dad321819ae61a0efecb8914b6e3e3303 966 1.00/1.00 vMB 197
499,408 499,408 000000000000000000a7149ad3415593d3b936cb3ab201bb8c9b8e54593549ea 2,166 1.00/1.00 vMB 222
499,407 499,407 000000000000000000486242fe50a27172cdfc83c036df29a44d08c7a37dcf92 2,522 1.00/1.00 vMB 410
499,406 499,406 0000000000000000005b16223b77715cc541f211c3c4631ca0cf1169c5ea236c 1,443 1.00/1.00 vMB 181
499,405 499,405 00000000000000000039ebe9353b78669c064878f35468ac38606fa936a8b946 1,554 1.00/1.00 vMB 231
499,404 499,404 000000000000000000201a3fc714576895304d3e0557ab308b961b39783cbf52 2,418 1.00/1.00 vMB 324
499,403 499,403 000000000000000000a7dd7ddd64bb4483bd20236f2048c1252ddc61ef89e476 2,389 1.00/1.00 vMB 357
499,402 499,402 00000000000000000053719bb38f88fc24f5d9ff4f2073769baa42af9c16cf8f 1,602 1.00/1.00 vMB 255
499,401 499,401 0000000000000000001e3ede0ce4ad2307b042ae9d8f64f282916266a0f99018 2,349 1.00/1.00 vMB 244
499,400 499,400 0000000000000000002501e870108af2c3f8e3ecb9710b9b4f3246e60ea37b4d 2,175 1.00/1.00 vMB 250
499,399 499,399 0000000000000000007f5fe734351ff61c091d6fd4952d5e43be016022a34bcb 2,565 1.00/1.00 vMB 290
499,398 499,398 00000000000000000069e099cb79111b66c0db191ac068c4c79209bea6a5db6a 2,187 1.00/1.00 vMB 396
Previous 10 blocks ↓
Total Size: 781.87 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: 644.17 GB
    • Received: 12.61 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.