Loading Tool

Explorer IconExplorer

Memory Pool

15,947 transactions
10.62 vMB
0.01958607 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.54/200 MB

Candidate Block

Mining Attempt ea6684ebcfd7f088777d4405edcc7c105f61bb45b3cb35ba6703cdbcd5256cf0
Version 20000000
Previous Block 0000000000000000000009523cccd0e9fb297d3cb3a5c200be639dd47df9e137
Merkle Root 0fa5c4e27f97f684695c06498e226dd74895b984ccf28af1fda80c4d37ebf4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,858
Size: 0.997942 1.00 vMB
Total Fees: 0.00306112 BTC
Feerates: 25.11 > 0.31 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,790 (765,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,733 148,733 000000000000055a165e49e80b04a7b5df29bedd7bdb23fec6d5d42052d3ad86 38 0.01/1.00 vMB 246
148,732 148,732 00000000000004578ddfdb1dc83c6f9fbb1f44e62980e05c06ffa3835233ed1e 17 0.01/1.00 vMB 159
148,731 148,731 00000000000004845293191b76a67b8ef5ea3601959e009c3ecf122877076e88 7 0.00/1.00 vMB 99
148,730 148,730 000000000000076796cd2112af838cf308bff57b2e25d8190a3d7593d07a9514 61 0.02/1.00 vMB 159
148,729 148,729 000000000000094d61a29730e2c56d2d181cfa565176628ed9a0296ba1417558 58 0.02/1.00 vMB 32
148,728 148,728 000000000000063f7367cf42e03274b5b43a27d901f139e1270cf7689bb73dff 36 0.01/1.00 vMB 433
148,727 148,727 000000000000070bbaeee37000be633f609c85de8c3f152a0f479b44e401d40f 5 0.00/1.00 vMB 562
148,726 148,726 00000000000002025ac4309d5a95b803b426adfd55f4cd7c153df1aa6fd114f2 7 0.00/1.00 vMB 56
148,725 148,725 000000000000055f1457b92497a3357f073b81ee73951f9fc06d97e63505ba70 13 0.00/1.00 vMB 95
148,724 148,724 00000000000005e5ed8e05a5a314292f4af3e422b060e7d5d263f5e87fc5a909 24 0.01/1.00 vMB 250
148,723 148,723 00000000000001b1199846bcd3432875d131d140908f5ce547e882c7203435eb 6 0.00/1.00 vMB 38
148,722 148,722 00000000000006098364951d45eb433bdd8f37e44a7f41120d175af55bc1e132 16 0.02/1.00 vMB 94
148,721 148,721 0000000000000646fd5b01d810bbfcc8442c5aae58442940567e9f2c86abd0c3 30 0.02/1.00 vMB 106
148,720 148,720 00000000000009581a155477bd9d5b0411cc20424c79fb33623a303ed113650e 24 0.02/1.00 vMB 18
148,719 148,719 000000000000099600128fa27857270e6bc5813ae08cd1721443eadc4e0a8c77 80 0.03/1.00 vMB 106
148,718 148,718 000000000000057c0d100ddaf31d99962e35dd9bb2367e001c1bc99797038b9e 105 0.05/1.00 vMB 188
148,717 148,717 000000000000016b969fed61b3e4e4cdeb3c0a2a1e5fe87f0dc18b6a808b8f83 6 0.00/1.00 vMB 28
148,716 148,716 000000000000031cf95e63200dbe9a98cecd2775ab906a10002355cba8e23391 65 0.02/1.00 vMB 88
148,715 148,715 0000000000000036009e758a9f1e6200392a8e59311ac46d80f45ed7cdeb8da8 90 0.05/1.00 vMB 112
148,714 148,714 00000000000003f1e78b9ef7f39cfb4b63c371447c804c9feeae6f6a85c3fdd6 68 0.02/1.00 vMB 119
148,713 148,713 000000000000074c042a91212ef8539e9c9cf312d0c7ce9faeb5304c1bb48f40 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 514.02 GB
    • Received: 4.29 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.