Loading Tool

Explorer IconExplorer

Memory Pool

80,532 transactions
34.69 vMB
0.17871086 BTC
Random Selection Loading Transactions
Max Size: 194.25/200 MB

Candidate Block

Mining Attempt 05b52c1411db5d21952293e3ec7dd947c1699b86df4eefd6d3b97b424220e222
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 6c3f7f0a7c8dbba1504a5495ab30f73afb39d9ad8401e025a4a3954eaa08ebee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,137
Size: 1.00 vMB
Total Fees: 0.04900225 BTC
Feerates: 150.93 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (401,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,423 513,423 0000000000000000001d7b89461a13b9693aab311ad2ad9de792f3232f4e45e6 1,920 1.00/1.00 vMB 48
513,422 513,422 000000000000000000110036042115dc7bda7cdf14d0b3ccdb39921e4e70b4fd 938 0.99/1.00 vMB 24
513,421 513,421 00000000000000000034a2788b8f81556a670105f96553655749437161ce58f8 1,238 0.93/1.00 vMB 31
513,420 513,420 000000000000000000488a19e9c1995a8abf06810a75667565e29b46518a5420 78 0.18/1.00 vMB 17
513,419 513,419 0000000000000000000ced0e098e347bcab407e6765cdca4595180def81a967d 1,009 0.61/1.00 vMB 32
513,418 513,418 0000000000000000004a84ca1769726feeea9423c7834a56dade45400777c2c2 1,435 0.55/1.00 vMB 53
513,417 513,417 0000000000000000004c9184cf1b6abd2232c5b88c59ecad3f4ea40d8b1698be 2,756 1.00/1.00 vMB 39
513,416 513,416 0000000000000000001ec8dc7e53ddd6b1e5450e0f5126905da02d3eb911dd2a 3,151 1.00/1.00 vMB 79
513,415 513,415 00000000000000000035d88120c667dc99da5f8876cb27e16f307182ada86605 824 0.29/1.00 vMB 42
513,414 513,414 0000000000000000000e814b79f283de7f9b9b8eaf80567b3b7c986e6f119e4a 467 0.29/1.00 vMB 68
513,413 513,413 00000000000000000032f8a0a048ba67967ee4b1bceb988a8ca5ff29a6a1ab09 2,073 1.00/1.00 vMB 51
513,412 513,412 00000000000000000041f045b4611fbbd29ae4771642a8948126dccb8e99a15f 857 0.28/1.00 vMB 49
513,411 513,411 00000000000000000001eebe431f418db337398e1d99a7a80ca4425ff2471b14 2,538 0.97/1.00 vMB 42
513,410 513,410 00000000000000000041adb33e551b663896a5b09d626769d183b922e5aa13f2 2,745 1.00/1.00 vMB 63
513,409 513,409 00000000000000000038e9a02a9f4b65f597a4f38f47f684641a491da3a19c0b 153 0.05/1.00 vMB 42
513,408 513,408 0000000000000000004d419847d5c7b33c3660a4a0323900e2b4c01a444f9fe7 1,144 0.41/1.00 vMB 54
513,407 513,407 00000000000000000005e042baee4bf7e120e50b905f5105ab63f54a2ffa7834 1,422 0.55/1.00 vMB 51
513,406 513,406 0000000000000000004047604de0ed7cde4ac40e7166186679f9d7c731dbe4ca 331 0.66/1.00 vMB 5
513,405 513,405 0000000000000000004ca624b56ed55d99d56995af46cbe7b562258774ad96b3 347 1.00/1.00 vMB 5
513,404 513,404 0000000000000000002022782d1ca6e507f1e3a6c5195b6062b6c0e78d53f9a1 1,505 1.00/1.00 vMB 33
513,403 513,403 0000000000000000000ffccea7bd188e3f0ea28458dee60ef4deecb8749c1629 3,207 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.