Loading Tool

Explorer IconExplorer

Memory Pool

21,549 transactions
9.53 vMB
0.06301296 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.53/200 MB

Candidate Block

Mining Attempt 3833362510324e241ebaf485196878f2160db53ad530604aed05d60fb0864a90
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 9aa195d8e0e99ede6614eecc8641700e3f094f09518facf13fec4f1943be86d2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.03933418 BTC
Median Feerate: 2.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (780,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,939 132,939 0000000000000a98189656abd90013047716b2f76a10580562ac6817439a689a 13 0.01 vMB 9
132,938 132,938 0000000000000cb8c53853c7acaa124402a471d2f6277f77d59904bfaafb20b2 118 0.04 vMB 239
132,937 132,937 0000000000000028943cf64ee7be17a883944f8686938fb94c22b759bf18dac3 28 0.01 vMB 499
132,936 132,936 00000000000008bbac2dd8968eaf265c242a2adde89da515dfaa2488a13bbd8f 8 0.00 vMB 21
132,935 132,935 00000000000002ced22c9084fe23428d36ba930fd90393295ef7cb1dbebc12ff 17 0.01 vMB 787
132,934 132,934 0000000000000a97b73b2c3c0b62ee8e6eea34d6f7d7653a74fbb27d63e65f56 26 0.01 vMB 142
132,933 132,933 000000000000004e6e07541948cd90968553437c9233a7103df9d21a553e0ab6 41 0.01 vMB 340
132,932 132,932 0000000000000958837c0850bf9cc84a50adc171f26831768308ffe64d7b5ffe 50 0.02 vMB 257
132,931 132,931 0000000000000fa263349ae90267e7a2c4fda037f4b106bc5be2a4ec5323dbf1 12 0.00 vMB 17
132,930 132,930 0000000000000a66747e8f9fe2efcd31d4154e944f769a02af6a418c44d7cfdb 14 0.00 vMB 595
132,929 132,929 00000000000004e1f72fdcac8a7fc777a8b47f029c73a6290d3e23841616da43 85 0.04 vMB 310
132,928 132,928 00000000000011eec4defc0ffee303401e460d2b8406474692d0ff141b9cbbf4 11 0.00 vMB 605
132,927 132,927 0000000000000edf57eb16acdcf474640504ca3b5f960cfee6148802f8513b88 11 0.00 vMB 995
132,926 132,926 000000000000095c480bdb099c727f921a56c76e9f689523944989267a81b083 57 0.02 vMB 520
132,925 132,925 00000000000009913b740a7b74f37cc0b00f046fb930e101923bb65b4c7787df 14 0.00 vMB 777
132,924 132,924 00000000000000a84a5c3423e9bbe5bb98f631b50cec568d928107e413e9de4e 14 0.01 vMB 191
132,923 132,923 0000000000000cab39297731417b01e55c11cbbc15ad2effca71d700841e5ed5 4 0.00 vMB 0
132,922 132,922 0000000000001021addc77067fc476476e27687b1f1fe3dda57a7c17e5d8a76d 101 0.03 vMB 259
132,921 132,921 0000000000001081767201a5a100a04195e43f80aa4f5752cd7f5a6d590695d8 17 0.00 vMB 409
132,920 132,920 0000000000000e871e5b1ebe99cdbdb7445fc51ca57775badb70157e26fcdd38 69 0.02 vMB 254
132,919 132,919 000000000000103e7d700eefd27c0a6b515486e7b08f7dab029d04040d3e2b35 41 0.02 vMB 350
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 275.61 GB
    • Received: 1.08 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.