Loading Tool

Explorer IconExplorer

Memory Pool

34,811 transactions
27.32 vMB
0.06918465 BTC
Random Selection Loading Transactions
Max Size: 148.59/200 MB

Candidate Block

Mining Attempt ab23201aedcde6a3b907f1ebcbe9622d5a37177b7796b2f29bb5a49098170e1c
Version 20000000
Previous Block 000000000000000000008b187f219cc3f69e593e98bdf58d96532c293b502389
Merkle Root a2e1c602bdce8cff9db3eac2cd4fe966ebf95b4e5bd65434957b9a41d88d7eaa
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.02879899 BTC
Feerates: 75.13 > 2.89 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,279 (147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,132 940,132 00000000000000000000b0c39a9629338ccadbfed3762bff8a344ff327be66de 2,886 1.00/1.00 vMB 2
940,131 940,131 00000000000000000001c09b4b91fe1fc61d1e8328da1030f9b6b572df7000f4 2,923 1.00/1.00 vMB 2
940,130 940,130 00000000000000000001c5c1c163ef79e8089c715363d7ddf750f141275c2948 3,783 1.00/1.00 vMB 4
940,129 940,129 00000000000000000001dc1236ee0954263ccdab8beb31d24f579ba30604fe23 2,195 1.00/1.00 vMB 1
940,128 940,128 000000000000000000015ee8548e8a635199e9a546f85b8cf9c0debb3179cb63 2,780 1.00/1.00 vMB 2
940,127 940,127 000000000000000000009f0ff14a7853dba1963d683fe0abe627605b5e38c65d 2,638 1.00/1.00 vMB 2
940,126 940,126 00000000000000000001819da21491f31821888f02b8cfc694cbcbf0b92ce2a4 2,782 1.00/1.00 vMB 2
940,125 940,125 00000000000000000000011587118b00223e91ed2639873dd6c7d173ef91697e 3,656 1.00/1.00 vMB 5
940,124 940,124 00000000000000000001489c983366e92c72fec7a799559438094d4e3c8d9023 656 0.61/1.00 vMB 2
940,123 940,123 00000000000000000001221a8078435342f0e96c325f7ef97cec28088dcd4fb5 3,952 1.00/1.00 vMB 0
940,122 940,122 00000000000000000001dd1352d6f2dbc02f636e2063b98b217c3deb9a77b0a1 3,467 1.00/1.00 vMB 1
940,121 940,121 00000000000000000001e02739ab12c68bc9dd1eb206cc0c3eed2327d082cd34 2,790 1.00/1.00 vMB 1
940,120 940,120 00000000000000000001251ede22ebf59e3b9a1680db4a99adf63607f8dc7052 2,709 1.00/1.00 vMB 2
940,119 940,119 0000000000000000000138250d2434f360ce2c8b503b69b7f1838151aa9d6937 3,522 1.00/1.00 vMB 3
940,118 940,118 00000000000000000001d3268c1b76e006fe7620cfadee7e3ca821f7ab06143f 3,002 1.00/1.00 vMB 3
940,117 940,117 0000000000000000000042413e405ae4407f02cc4035391a2707f3ba8893156d 3,559 1.00/1.00 vMB 5
940,116 940,116 000000000000000000009b9118ef314c3598956b74abb63720cdfda57b78e925 2,068 1.00/1.00 vMB 1
940,115 940,115 000000000000000000001091f9de1b8d3ec3e3ab0d9c8bd8658f4b44ed855bd7 2,244 1.00/1.00 vMB 2
940,114 940,114 000000000000000000012e438d3455387d9a4b402acc47fb85b2743dba8df78c 3,866 1.00/1.00 vMB 4
940,113 940,113 00000000000000000000b6c8c4cfe62763615655be9a1088e75e31e003d13c9d 2,730 1.00/1.00 vMB 2
940,112 940,112 00000000000000000000c1dd7baf58d3278dfb9d3880634eb8b46831cc086f02 2,083 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.25 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: 4,445.99 GB
    • Received: 241.62 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.