Loading Tool

Explorer IconExplorer

Memory Pool

77,108 transactions
28.31 vMB
0.09008040 BTC
Random Selection Loading Transactions
Max Size: 172.47/200 MB

Candidate Block

Mining Attempt adee39fb1959a4e38cbb8a1761dca76cd6f69b5efe2259b8e45653decec38c9d
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 8918e207c341830bc1f7f9d206c51a9462aa93632154ec75de4101783dc6742d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.02756229 BTC
Feerates: 201.07 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (503,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,575 411,575 000000000000000003b8181c9d0801d31146ed6f21bad8d18a3c52a60cb71429 2,237 0.92/1.00 vMB 38
411,574 411,574 0000000000000000004c3a60e110f783bdb3f61b80b369e9bfe20022087cd5f2 783 0.35/1.00 vMB 43
411,573 411,573 000000000000000002c195108f27412a483d6ac6f6479054a625e596e0887f3a 1,783 1.00/1.00 vMB 30
411,572 411,572 0000000000000000035ce3b78a9aa5665595d836739b29e9e3538ef3f802f8d7 485 0.21/1.00 vMB 35
411,571 411,571 00000000000000000074fba426030164020f5c6fc7cd3a1086eb790aea5d1b59 827 0.41/1.00 vMB 34
411,570 411,570 0000000000000000028258bcb35a9a745fa95da703b311887c18ec01b02b0278 1,249 0.54/1.00 vMB 39
411,569 411,569 0000000000000000021a052c21b4a155f8e5b1012745406bccb8614ff9e5afec 527 0.31/1.00 vMB 41
411,568 411,568 000000000000000001d9a2671f6a399bf31bf58b7b6b5383a6d83f431d34c1e3 217 0.11/1.00 vMB 33
411,567 411,567 000000000000000000e97721e345a9fbd62bd0d9aac82c7b572f6344a1053a34 1,575 0.88/1.00 vMB 34
411,566 411,566 000000000000000002da6b3f9914e12a6604ad345067406f3823ade2fb96e8de 676 0.30/1.00 vMB 70
411,565 411,565 00000000000000000262988e68db250f75c68e7042ac60bb5a17edd1139fc5f6 77 0.05/1.00 vMB 39
411,564 411,564 000000000000000002c9c81c78549a9004f1c8841824e0541e811ac2cf42ddc5 1,077 0.52/1.00 vMB 46
411,563 411,563 0000000000000000018c4d42261c1201fc930886399bf41649d500ed2aef4ed7 728 0.73/1.00 vMB 14
411,562 411,562 00000000000000000159a9c5649e435aae6363d91a59dfb69a7fbdeed6e876ce 1,561 1.00/1.00 vMB 26
411,561 411,561 000000000000000002fbe20b3bd082e3c595eb71edc3a939c22b7dea4ce401a1 2,165 0.99/1.00 vMB 34
411,560 411,560 0000000000000000002a58ff05225f5eabe1e3dd6241b7d1d319083d73c1acc9 3,107 1.00/1.00 vMB 90
411,559 411,559 0000000000000000032712813a1a840b38bfe5c830bccd081dd62ff27d66c127 2,721 1.00/1.00 vMB 55
411,558 411,558 00000000000000000008754290d6ea90d797dbc5e80a0918c6a697bae4ef7078 2,145 1.00/1.00 vMB 43
411,557 411,557 0000000000000000053245e33bf46b87e234a4a6bb3f7f5e402e80048b5aba8c 2,219 0.99/1.00 vMB 40
411,556 411,556 000000000000000001f952c2c5527262b86831c4509f29f96713d955df1fccd9 2,728 1.00/1.00 vMB 51
411,555 411,555 0000000000000000057c9685a5b7d0bf666bfd0f2f456cdfbddefcb0944050bb 2,238 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.