Loading Tool

Explorer IconExplorer

Memory Pool

78,663 transactions
29.35 vMB
0.08427425 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt 56c6b4c329ff97f5b68be28393cdec7ae65dcc75153440c855fdd1b1a0fc7e1a
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 379cd0dd393a0b0d7b0abee699f0a6b1eea551345a377e21227feb4f8949cceb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02263464 BTC
Feerates: 95.73 > 2.27 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (394,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,407 520,407 00000000000000000006c93dc6d1d1ba50b47c0feb29aa56c36acee96fa6a323 393 0.19/1.00 vMB 52
520,406 520,406 0000000000000000001bd189402d904877c963ba5e7794dde4be35daed99bcc0 1,771 0.80/1.00 vMB 47
520,405 520,405 0000000000000000003b1a6ba4e5899f9719852d3addb02f0d67d3533d1d8f90 415 0.69/1.00 vMB 12
520,404 520,404 0000000000000000003b87e7b3b7d43924962fe78fa58b411fb3e4ba572937b6 2,285 1.00/1.00 vMB 41
520,403 520,403 00000000000000000039edf2301e9549b28807f50a41188e85af98b2f438ddfd 13 0.00/1.00 vMB 25
520,402 520,402 0000000000000000003451af92bf2111cf8da7b4098f06daf2a291313dae42b9 15 0.01/1.00 vMB 7
520,401 520,401 0000000000000000001ec3a16503bc59df6d3d7dbff6875c9ddbe9a1a0bd74c8 791 0.35/1.00 vMB 49
520,400 520,400 000000000000000000249d12022e4d1fff1a43b931eef6401e5c4a1f5615c5ee 651 0.50/1.00 vMB 22
520,399 520,399 0000000000000000003db91f73fe98be19902d3a4418b7b83d1c9624d0eeff66 2,304 1.00/1.00 vMB 44
520,398 520,398 0000000000000000000a4b964c0c0024d284323f559651d39bdc4b22d56b2861 1,242 0.52/1.00 vMB 42
520,397 520,397 000000000000000000307f5ec36ea08a668521aaa59b32e93d6b4a64f56217d7 109 0.05/1.00 vMB 37
520,396 520,396 0000000000000000003b638d901a065f238549f2be2ecf54be9bf7ade30e7a82 658 0.33/1.00 vMB 44
520,395 520,395 000000000000000000054035e6f50a51727df71a30ce4f8123f68b7d23355747 2,434 1.00/1.00 vMB 40
520,394 520,394 0000000000000000002a73a0fc61647fde38fec5ffa2cb0a050a02483c8c6a87 431 0.24/1.00 vMB 49
520,393 520,393 0000000000000000003760c2911d061e3ffd9eb56a842de3cb82d8af56b21994 308 0.12/1.00 vMB 52
520,392 520,392 0000000000000000002cb60d6e981212d1b640511d9bf0d46f4cabe41fdc392d 572 0.30/1.00 vMB 44
520,391 520,391 00000000000000000026c3de72f35713737ba1906be7108a77d54d5762b30974 2,163 0.86/1.00 vMB 43
520,390 520,390 000000000000000000240b61e4d104cb3c90167d002feacd83ccf25d7e6e54a2 721 0.34/1.00 vMB 38
520,389 520,389 00000000000000000029ad7c71d1b2ee654df633ebcc40a5cb774f7a24ed960c 1,190 0.53/1.00 vMB 43
520,388 520,388 0000000000000000002c5e0fccd096d0b038ee8452dbc2cf2899e625911e9b47 168 0.06/1.00 vMB 46
520,387 520,387 000000000000000000127a4ff130661212c6b33ee3df046e7aac57ff1214d2cd 46 0.01/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.67 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: 674.98 GB
    • Received: 16.43 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.