Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.97 vMB
0.08205687 BTC
Random Selection Loading Transactions
Max Size: 192.74/200 MB

Candidate Block

Mining Attempt 5714175fad0c9d6a483baa91b45ef6ad9bd86a1cebdbdc3d80ab8207bc50a2d3
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 3a411b79f7b215567f5d8181d4fd89da79f4bdd83faeaf738ec95725ceceb1d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.01192967 BTC
Feerates: 40.21 > 1.20 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (595,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,018 320,018 0000000000000000252f6da60ca32c88146c30dfc1a3da66f9076a4c8faed9d9 1,168 0.89/1.00 vMB 23
320,017 320,017 00000000000000000739ae4119340642a53d3e6064e10cb12347cfe874b9ca30 2,075 0.75/1.00 vMB 36
320,016 320,016 00000000000000001e2bd5631a2e7e4340d0d0715e503b149b00c77b74bdea68 236 0.20/1.00 vMB 21
320,015 320,015 00000000000000000b8cd4a8a7752ff8785f66232359273f619f6a6cb28d4644 122 0.08/1.00 vMB 17
320,014 320,014 000000000000000007ec23c7a5ede62ec5bf3ae4899076bfbfc877ea2f261006 1,075 0.73/1.00 vMB 22
320,013 320,013 000000000000000001d24bd6985fb2c4f10c28a73633f506f90d4c4044ea9e6d 1 0.00/1.00 vMB 0
320,012 320,012 0000000000000000253c34dce5af18a0e3d17b660cdb4ba6be891f80f3bc28c7 1,024 0.31/1.00 vMB 51
320,011 320,011 00000000000000000e8d011f81bcb7a1f0d0d4e4ff75b28ab33e132911b9dd08 277 0.17/1.00 vMB 21
320,010 320,010 00000000000000002384a2a1dd1c1a01a37a49c7ba4af6bfb6bbddd1fe9e732a 1 0.00/1.00 vMB 0
320,009 320,009 0000000000000000098540c80168cfb40567a4ddd252ebd02b6f751a48c4407b 509 0.24/1.00 vMB 32
320,008 320,008 0000000000000000009fdf87e2cf83050c1c30e060811141f8d182f49940d52a 1 0.00/1.00 vMB 0
320,007 320,007 00000000000000001d942eba2c99ba5927054f14688610e25e2f14600f45d503 284 0.20/1.00 vMB 19
320,006 320,006 0000000000000000204378353a187e01ce97aa81c67fd28aa34e28dd4ad1e8be 815 0.61/1.00 vMB 20
320,005 320,005 00000000000000001687ef3611cc25a03ed22bfb65b250b4078c2818ab4e174c 1,906 0.75/1.00 vMB 34
320,004 320,004 00000000000000001f8193862cc99aa797ab0ec1d111e70e16d2dd7af6fda26c 453 0.36/1.00 vMB 41
320,003 320,003 000000000000000001ca94a6453eb13c402408e8b5f798aa81afcbf1afa61c3d 70 0.08/1.00 vMB 10
320,002 320,002 00000000000000000624720eb4feabdcb3667687488d0e2b7627ea7a9f4ab95c 228 0.11/1.00 vMB 26
320,001 320,001 00000000000000001bbfee4521419de4f79c19580027b00f9739ee7b2f0b5c57 166 0.14/1.00 vMB 12
320,000 320,000 000000000000000015aab005b28a326ade60f07515c33517ea5cb598f28fb7ea 357 0.23/1.00 vMB 26
319,999 319,999 000000000000000021ecc2772de2ce57c6bd327c4ceaea52a0ecd70548b8ca41 128 0.09/1.00 vMB 22
319,998 319,998 00000000000000000a58de3e542a4c9650cab2849a9249898bc958772d9d8d5b 1,734 0.75/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.