Loading Tool

Explorer IconExplorer

Memory Pool

78,979 transactions
29.62 vMB
0.07168647 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 3decb901a60a30b30f658e93ac4a378cc5a0a1f2a3f3b19acc9282eb3687e141
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4133e57813ef52365359b6f46cd414d206b7cf40267f7e4d251157c40d0e5efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01148717 BTC
Feerates: 180.34 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (256,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,412 658,412 00000000000000000004a19cc1a8da929a3d76a84f8b4ee28f40980727011de6 2,405 1.00/1.00 vMB 32
658,411 658,411 0000000000000000000c1ee4c4609a9684b42063d6e4dacc0a01a7daed728f02 2,111 1.00/1.00 vMB 49
658,410 658,410 00000000000000000005bdef290b7e9b25569b0804e8e1edff50de34a37942e7 2,065 1.00/1.00 vMB 41
658,409 658,409 00000000000000000004793d0fce396c54f5376e48c642e50b1bf9c07e781a69 1,829 1.00/1.00 vMB 43
658,408 658,408 00000000000000000000d26554a5703e0f93870774cb4caf8f006c3ee34bdc17 2,640 1.00/1.00 vMB 51
658,407 658,407 000000000000000000049aeabb7545f99bf0e2af416e704c72e18d42f2147e23 2,086 1.00/1.00 vMB 64
658,406 658,406 0000000000000000000e3255b7f8f38e3ef6812115d3a35192040b59fee229cf 535 1.00/1.00 vMB 50
658,405 658,405 00000000000000000007b643ffadd2d1829fb2674b59278e3497b38fc51ff4f4 2,004 1.00/1.00 vMB 66
658,404 658,404 0000000000000000000e08e411632661fef9d98bb99cf06785e7c3cad0c847b6 2,307 1.00/1.00 vMB 75
658,403 658,403 00000000000000000008c4ab3442275f9bb962f93121ae07a578580e15a82b70 2,509 1.00/1.00 vMB 39
658,402 658,402 0000000000000000000d3029f94ec3a7561ac3d816c90b5d578d47310306e2da 1,818 1.00/1.00 vMB 41
658,401 658,401 000000000000000000033b8c41bbf182e02b2a31d784816094095333d9d7be55 2,435 1.00/1.00 vMB 70
658,400 658,400 00000000000000000008be7d174822dff91f51e51b28f57d2cf53161461f0c2b 2,585 1.00/1.00 vMB 31
658,399 658,399 0000000000000000000dcc1fcbb28ce5ce9754e6c89837f594fc3088b7236922 2,146 1.00/1.00 vMB 46
658,398 658,398 000000000000000000001890f138a4961323a14ba75959f6ea7f3e8febfd0a31 1,935 1.00/1.00 vMB 34
658,397 658,397 0000000000000000000543b2ee7afe8603ed49b70f6ace3b356383d7a6ebf615 2,105 1.00/1.00 vMB 47
658,396 658,396 0000000000000000000d9de6049e8697f14f8680507acffee5922b414c17cfab 1,357 1.00/1.00 vMB 48
658,395 658,395 00000000000000000006cf13fea6031295c7f308e1e4afd2ef063bc814a33d3f 2,453 1.00/1.00 vMB 36
658,394 658,394 00000000000000000005140d9e781982e87b2ca9206c81ecbab637c25d8d87e2 3,451 1.00/1.00 vMB 38
658,393 658,393 000000000000000000063dbded12817fb0f0aa0b0e4384ed14216e50699454dc 2,710 1.00/1.00 vMB 39
658,392 658,392 0000000000000000000a0482bb347e43160b8dea2ef96db337254e63481e4a2c 2,467 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.43 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.48 GB
    • Received: 15.15 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.