Loading Tool

Explorer IconExplorer

Memory Pool

79,122 transactions
29.49 vMB
0.06848486 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt c083b88b248d2e26af2aa94b6d4ff3689b8341ca0c3200753f8ba58170ab1fb5
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 44cbb3b8c7d1b45b43df8a9de9364155ba1e909232edbe738163da93353974fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,242
Size: 1.00 vMB
Total Fees: 0.00863422 BTC
Feerates: 150.77 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (461,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,261 453,261 0000000000000000002b277d5ae6c2dfeb85f46657cda8bd12d09b52d5157c93 2,815 1.00/1.00 vMB 155
453,260 453,260 0000000000000000022b95ba22223900654cb566c31672c1e0b341edda594c25 1,734 1.00/1.00 vMB 34
453,259 453,259 0000000000000000020a64c2843488ba129050da783ae7ddf72e47ea21f04e2f 1,992 1.00/1.00 vMB 63
453,258 453,258 00000000000000000072c5571a460caef7d3cc26dce0761ccee65cba106f6f30 2,218 1.00/1.00 vMB 108
453,257 453,257 000000000000000001e3fc926a7e96bfe074ad2005123a01dc5e46bd12bdcdda 2,647 1.00/1.00 vMB 135
453,256 453,256 000000000000000001582239fe8fc5a4947102aab2753a98bb835ed6c7c53b1d 1,530 0.90/1.00 vMB 89
453,255 453,255 00000000000000000070c60dc5b3afa5b4c786a461e875e66afcd61fd3db428f 1,857 1.00/1.00 vMB 72
453,254 453,254 000000000000000000b1d35d8a3381a68d3153fe0810f84a85a697eed00baa60 1,401 0.99/1.00 vMB 45
453,253 453,253 00000000000000000257753633896397fee018e3df2d67e66a29fac5ebcab2d3 2,310 1.00/1.00 vMB 119
453,252 453,252 0000000000000000013ab966a192d84e4863c7bd7a74e680545b46fd3c778603 2,021 1.00/1.00 vMB 113
453,251 453,251 000000000000000000667d9be9bc92b932785aad88a4bb0b6f745b8c1c72c67d 1,934 1.00/1.00 vMB 81
453,250 453,250 000000000000000001298000ebc1d683c6a32848e5365b50571231da87dc1720 1,586 1.00/1.00 vMB 88
453,249 453,249 0000000000000000008aa64abeae30d4ecef50cfa382b45651bcc9848a60f5f4 2,037 1.00/1.00 vMB 66
453,248 453,248 0000000000000000007f8caf61e017db51e74ce61499e541ebda53eb7769eaf1 1,931 1.00/1.00 vMB 98
453,247 453,247 000000000000000002736daa7646c20f00ee6f02d3ed2870ffd0b1090242de44 2,736 1.00/1.00 vMB 81
453,246 453,246 0000000000000000018edb5389497ccc2e3e63835e284a299c74482145522515 2,165 1.00/1.00 vMB 112
453,245 453,245 000000000000000002606ef8671b75d04e4e4037980482d43d44b48f69628de9 2,187 1.00/1.00 vMB 76
453,244 453,244 000000000000000001e42704516fa082f7ec48e284161da97e4b78da6dbbbe7f 1,763 1.00/1.00 vMB 70
453,243 453,243 000000000000000000e816e6bc6d9b38884baeabd9f6db61a0c0398960441b0e 1,720 1.00/1.00 vMB 90
453,242 453,242 0000000000000000008ceb895ce077d54f2eb39374fa8ca91aabd01bbc09d4a6 2,137 1.00/1.00 vMB 107
453,241 453,241 000000000000000002432828780ed2687e9f487523207b742b546d0a2071e093 2,126 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.38 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: 664.31 GB
    • Received: 14.96 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.