Loading Tool

Explorer IconExplorer

Memory Pool

27,018 transactions
25.20 vMB
0.03947336 BTC
Random Selection Loading Transactions
Max Size: 137.55/200 MB

Candidate Block

Mining Attempt eaf004998baa0e9de2d5e7f23f7fd2d334fdbeaf174edf8628dd06950675f0f1
Version 20000000
Previous Block 0000000000000000000163fe0cb1d1fad055250d7bfe0b002721690f6b98742d
Merkle Root 9e9d5ba92184f4f86d3bbde287e9453b9c4924deb2e4c9e4e48fcf48538c7cca
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,422
Size: 1.00 vMB
Total Fees: 0.01169300 BTC
Feerates: 150.77 > 1.17 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,555 (10,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
928,587 928,587 00000000000000000001148e9b84692b47c15e45360e8d446e6491c261050292 3,879 1.00/1.00 vMB 2
928,586 928,586 00000000000000000000b9267f8663c4ea4e4c15e549f0530456107198c42746 2,759 0.73/1.00 vMB 2
928,585 928,585 000000000000000000005a81998cea2ccb8df94544ffd3a321183a68c62c30b9 3,142 1.00/1.00 vMB 3
928,584 928,584 00000000000000000001a2cfb1ea3dede9e9a1421b2c97abefbc74decfc09585 1,590 1.00/1.00 vMB 0
928,583 928,583 00000000000000000000c045024d6206dcdca4f6db968667b5d3669af21de0f7 3,935 1.00/1.00 vMB 0
928,582 928,582 000000000000000000010ea84309154af03b1ea1250c8517dcc351b61d2aef4c 2,845 0.84/1.00 vMB 2
928,581 928,581 000000000000000000018ed35ddc5949451fa854689e25d597d0aeb7f12cc9aa 3,306 1.00/1.00 vMB 3
928,580 928,580 00000000000000000000fe568b320690e5f3b767db5bcb64c1c434b3cc239475 3,313 1.00/1.00 vMB 6
928,579 928,579 0000000000000000000003810fee98996c7eb4adf40c7578a20e7e5f5528f200 4,024 1.00/1.00 vMB 0
928,578 928,578 00000000000000000001cc740dadfbc62646086910b9dd1f719b8dfeab52a17c 2,732 1.00/1.00 vMB 0
928,577 928,577 000000000000000000015bdf4d9457e5e1724e7e097e93e84142b62afa5ff91f 3,147 1.00/1.00 vMB 3
928,576 928,576 000000000000000000010152dfc330fcde59ca1984e161e0800948337aebc698 801 0.25/1.00 vMB 3
928,575 928,575 0000000000000000000167c13754fc2d94fd8a64df65f41d7fa8bc7995493f52 2,785 1.00/1.00 vMB 1
928,574 928,574 00000000000000000001c4b5aec879ea66423689d37f7fbec22fea4c27486ad3 3,555 1.00/1.00 vMB 5
928,573 928,573 00000000000000000000133407629b7ded7d3b6e233a93cda46dccb215bb1b13 2,468 1.00/1.00 vMB 1
928,572 928,572 0000000000000000000123c6e5ee7f143c8112b3974eed8739458bc8a43f140b 2,746 1.00/1.00 vMB 2
928,571 928,571 00000000000000000001b47b0d0ad96426905966130e8e5024ba218bac44d07e 2,248 1.00/1.00 vMB 1
928,570 928,570 000000000000000000006db57d7d1f9c01fd028388a90ca2bd5c8d40ffb2133d 4,083 1.00/1.00 vMB 4
928,569 928,569 00000000000000000000ac39989e0a56c0a25adb4606d04e5f0399d0c92c8698 2,850 1.00/1.00 vMB 3
928,568 928,568 000000000000000000008d71763119cc62a2a4dc12a813efc515ed1be9bd160c 2,112 1.00/1.00 vMB 2
928,567 928,567 000000000000000000004a8a38a61fe0e3d12b27a6a112a44a34311fccb49d96 1,828 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.92 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,271.94 GB
    • Received: 235.69 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.