Loading Tool

Explorer IconExplorer

Memory Pool

76,251 transactions
28.43 vMB
0.06540717 BTC
Random Selection Loading Transactions
Max Size: 172.32/200 MB

Candidate Block

Mining Attempt 76f177f08c0eb6106770b0a370e5e7df28e0410cbc936d0d31f2319e1cf3d9fb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ccf2b920e12803d65d918315403da977a5aa6916a1759776027335df376b964e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,469
Size: 1.00 vMB
Total Fees: 0.00658239 BTC
Feerates: 71.79 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (107,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,425 807,425 000000000000000000029b52320e660ab5746a355e34f6b4a39c9a8bc0f188e0 3,194 1.00/1.00 vMB 21
807,424 807,424 000000000000000000041b668ab2959f27a81c8fd6cb48f92c930df67cd8e3be 2,204 1.00/1.00 vMB 23
807,423 807,423 000000000000000000041c1c900c80fbea9db55efbfadc120829383fd145425b 5,610 1.00/1.00 vMB 15
807,422 807,422 0000000000000000000167d69f54a9560385894ad4a7da0f6007be7f7b336413 2,698 1.00/1.00 vMB 13
807,421 807,421 00000000000000000002d4cb7774f73c7a43df51183864256e15e9810bdedfb1 4,257 1.00/1.00 vMB 14
807,420 807,420 00000000000000000004f8368613429855cca1ee60adcf3de2b599acf2532347 5,278 1.00/1.00 vMB 15
807,419 807,419 0000000000000000000078346dd0d401982d9fac20b7dd7b6f8f0108e9f6cad4 4,448 1.00/1.00 vMB 18
807,418 807,418 000000000000000000043482b4434b5521d0159a3df1b1729d135bbb7c773b55 6,249 1.00/1.00 vMB 13
807,417 807,417 00000000000000000001439f3adeb97f84a90300ec3a4c6358ee3a96a2384ba3 3,601 1.00/1.00 vMB 16
807,416 807,416 0000000000000000000233c409abcca8377c3c99b96366e54d6c979303274b65 2,105 1.00/1.00 vMB 26
807,415 807,415 000000000000000000035f160f585af049032e65064265c2132f8168f63b7533 6,926 1.00/1.00 vMB 13
807,414 807,414 000000000000000000040c42feab3f044a5a4fce5dc550dd68c454d530c07074 3,310 1.00/1.00 vMB 19
807,413 807,413 00000000000000000004cc8556e25b044e19f81f1aa8833d83aa31b517f72e19 5,123 1.00/1.00 vMB 15
807,412 807,412 000000000000000000047f0b6b8a60f5a5f8d7371db44b8c4c34880ddd01c9f5 2,266 1.00/1.00 vMB 20
807,411 807,411 0000000000000000000212adaa847da0f9e99dacd8ec8f682bc145efb86e7459 7,149 1.00/1.00 vMB 13
807,410 807,410 000000000000000000030f0459d67a1b179d3b641d2434d8fd3e4a2cc559ea1a 3,588 1.00/1.00 vMB 14
807,409 807,409 0000000000000000000237eb7b85bf9541c4fe167e710df72c06c0204be0375f 2,888 1.00/1.00 vMB 26
807,408 807,408 00000000000000000000691b4f92c69cc3bc47835ba512f7ea5dd12171f4d92a 5,408 1.00/1.00 vMB 14
807,407 807,407 000000000000000000034f577a61e734f426f10e73e8a98891c9e709d06e0f80 5,665 1.00/1.00 vMB 15
807,406 807,406 0000000000000000000408b09b3bb0d166a33525417bd23e069c8993c1131f8b 1,806 1.00/1.00 vMB 13
807,405 807,405 00000000000000000004e8c6d563ff56a6eefcc23f1336a36535bf33e82eac10 2,320 1.00/1.00 vMB 14
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: 673.13 GB
    • Received: 16.40 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.