Loading Tool

Explorer IconExplorer

Memory Pool

82,989 transactions
31.60 vMB
0.09286011 BTC
Random Selection Loading Transactions
Max Size: 191.86/200 MB

Candidate Block

Mining Attempt 113adb283b6d2f1ad64570672f8372a8d2e2df8867a4a18b63ecaa43d70dcf2e
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e946bd9f72a0cd7476b6c8533356da11783cbe5c4d7fee3f172ad6d2b362f6d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02412522 BTC
Feerates: 100.18 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (373,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,905 541,905 000000000000000000068adb17edfeeaefc5c80547549bd152b4a82a7844ed4a 777 0.45/1.00 vMB 8
541,904 541,904 0000000000000000001cfced4be0457230b641b63c0f762409c199ef27754824 1,129 0.53/1.00 vMB 17
541,903 541,903 0000000000000000002207a1d88aa3168a1e7a827e8c4d40fbe1d015b7b4f903 1,552 0.85/1.00 vMB 11
541,902 541,902 0000000000000000001b68c4898008fd6defb6d6111a2fcdef6c92f3abf2b48c 1,445 0.87/1.00 vMB 9
541,901 541,901 0000000000000000000562c3606009cdc6c2d9f258af9fc496bc5b17326d5aa1 1,268 1.00/1.00 vMB 10
541,900 541,900 00000000000000000009ecbe804f2e64be72eb799d1ef3916e25c799a491c166 1,621 0.99/1.00 vMB 10
541,899 541,899 0000000000000000001edbf18c098ec26f4aa925f8d55722c882484c2cb18fc0 1,283 0.99/1.00 vMB 3
541,898 541,898 0000000000000000002202eafe4e006dfbaa6408d664ef41449bb3f62b09b7fa 684 0.32/1.00 vMB 35
541,897 541,897 0000000000000000000ec88ed4288eb0d638ebf52cb435d1ee763760f1119737 1,150 1.00/1.00 vMB 4
541,896 541,896 000000000000000000253bd27abc998c7db33e35892d3fae95e4114ffa60e28a 2,647 1.00/1.00 vMB 21
541,895 541,895 0000000000000000000e15a58c0f006970ef872eab4239d42a0efde3a582e64c 1,571 1.00/1.00 vMB 2
541,894 541,894 00000000000000000002cb120ac1cd562b7e5eda03959d7b55befc50fb6f7ad9 2,688 1.00/1.00 vMB 20
541,893 541,893 000000000000000000185e4e5602eacd972878bb3bdb7e4b9dbc2eb1cca92d7b 2,439 1.00/1.00 vMB 37
541,892 541,892 0000000000000000001602c9f6c1e6edc6e45376e3c30229e05d7e87c9d47881 385 0.35/1.00 vMB 16
541,891 541,891 00000000000000000024bca92c1ddc4fd972c4a991f3b81d78d80ab5f71af5f8 555 0.25/1.00 vMB 15
541,890 541,890 0000000000000000001f9e08cdb7a6ff59f09c5c9a99098587d94aefb67f62ad 1,655 0.58/1.00 vMB 9
541,889 541,889 00000000000000000005c16526069bedbf1f5e00472df6cc03aa76fbf460e996 2,899 1.00/1.00 vMB 22
541,888 541,888 00000000000000000015d70ff12591167b889c5ebace39e662dfff97233e8fdb 2,236 0.88/1.00 vMB 17
541,887 541,887 0000000000000000000a26c624859163c14966046bc9dffac68bdde4003bc1c4 926 0.38/1.00 vMB 13
541,886 541,886 00000000000000000015f812281f8b892988c6bc623dfdd8a9f0e2ec5845a3f5 582 0.23/1.00 vMB 17
541,885 541,885 000000000000000000061a95087c08c6b81a26fcb54cb7a188135a1a43eb5c6e 2,030 0.80/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.