Loading Tool

Explorer IconExplorer

Memory Pool

82,820 transactions
30.68 vMB
0.13829911 BTC
Random Selection Loading Transactions
Max Size: 184.85/200 MB

Candidate Block

Mining Attempt 7f05926c9d8bc0b03d55b8e1d3e37dc21cbdbd969039e8187d8328c5d3b0c867
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 8b5ceb496222c8ebd68a0733f68882fa446d9efc6c087745d78838f8bd1f174f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,746
Size: 1.00 vMB
Total Fees: 0.07354821 BTC
Feerates: 203.60 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (239,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,405 675,405 00000000000000000007c4ffea3eb986baa66f8aae5a6233c8e8c6d4d9085303 2,409 1.00/1.00 vMB 80
675,404 675,404 0000000000000000000c9fc8882b72274e6f8d4e20d05c6fadd6b63bbfde850a 503 1.00/1.00 vMB 35
675,403 675,403 00000000000000000008296f03870e5744c3498ed48dca2b8b57140df739d843 976 1.00/1.00 vMB 35
675,402 675,402 000000000000000000034b8099c551cb6ba4effbfb6fedca4f1536ff872ded56 1,754 1.00/1.00 vMB 33
675,401 675,401 0000000000000000000ac60751d56200a013482d72fbfb369b4f8ed8d0734d55 2,205 1.00/1.00 vMB 110
675,400 675,400 0000000000000000000cb3bcb002cef26d2fb7b7341bb9e25d4f6d0a230a874e 1,801 1.00/1.00 vMB 73
675,399 675,399 00000000000000000001124caee3ed1cf40af1cb56bdd077bceb8fd76d605cdd 852 1.00/1.00 vMB 110
675,398 675,398 00000000000000000000d3a76df280128feac695a392baab8fd148b18cfab4a6 1,605 1.00/1.00 vMB 96
675,397 675,397 0000000000000000000552cfc3f9e9aefccf227ca82ed9435d715219d2a90f9e 1,520 1.00/1.00 vMB 30
675,396 675,396 000000000000000000099e0813f0834bbb95c68279522d97b8509e516b7ad7e0 2,834 1.00/1.00 vMB 107
675,395 675,395 000000000000000000025d859d4f4a24891b292bdbb7625d97606feb4aabc16f 2,348 1.00/1.00 vMB 74
675,394 675,394 000000000000000000004f656a0f80d080cea032392dff7ead75fa9479d11132 1,754 1.00/1.00 vMB 60
675,393 675,393 0000000000000000000368fca7279dbbcbe5e9918dbb353b80232fffceadedfa 715 1.00/1.00 vMB 35
675,392 675,392 00000000000000000001aa2c7b5708b1d892929b5e536b67801444597bd345d6 1,142 1.00/1.00 vMB 46
675,391 675,391 00000000000000000008e6be94da9368f04f8e938dca58e9de7e4407f3efb46f 2,006 1.00/1.00 vMB 28
675,390 675,390 000000000000000000025b787a7ab6c140f00f152ee789b0bb87a2dd278c448c 2,911 1.00/1.00 vMB 50
675,389 675,389 00000000000000000005a574716a57536e3b2a440a9f1d5d6b1ee59f06e5534f 2,057 1.00/1.00 vMB 64
675,388 675,388 0000000000000000000080d7330df8cad7f60beccdae8d4089127df6d4b31c84 2,124 1.00/1.00 vMB 116
675,387 675,387 0000000000000000000a31e3e7c1d5cf647fcf2d74fa1b01ad29d5af558ce2d5 574 1.00/1.00 vMB 108
675,386 675,386 0000000000000000000382e3b613f200768e96de5e61b7aedc09e7ce86114769 2,113 1.00/1.00 vMB 80
675,385 675,385 00000000000000000009b9dbb0934248421b9bb1c13edc17b439fd580e55060c 3,026 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.34 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: 661.33 GB
    • Received: 14.80 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.