Loading Tool

Explorer IconExplorer

Memory Pool

40,427 transactions
26.15 vMB
0.07267060 BTC
Random Selection Loading Transactions
Max Size: 135.80/200 MB

Candidate Block

Mining Attempt bede242e041d502a7984c0aba1805a13fdf3a2cb8681ab7e44c228ff45bb2fb8
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root eb2ebaad31975da3ced92ee12a389b96e63c37cc8ded095559b386ad7ac950b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.02498938 BTC
Feerates: 73.20 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (680,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,590 234,590 000000000000011b0eabfb5dbf68d562eadc5eb26758f64f491f4486da6b6558 303 0.14/1.00 vMB 175
234,589 234,589 00000000000000f3bf8b281cf5c465c7cbc2386072d382867a9dd89bd5192c46 11 0.00/1.00 vMB 161
234,588 234,588 00000000000000ed45e891e7787cfac44664c4f209aa3eb7481ffbe6cf466bd1 291 0.13/1.00 vMB 159
234,587 234,587 00000000000000ae566df6e7e3aef129edfbb2f56e7ef42081b9fe5892666d7a 408 0.19/1.00 vMB 161
234,586 234,586 000000000000002b90e57e9708ca8be727363268b9de6821644059c3f036a9f1 28 0.01/1.00 vMB 184
234,585 234,585 0000000000000083fb92dd84199dc27a42405c8bc7af82b5c2ee0a64eac9d232 130 0.06/1.00 vMB 172
234,584 234,584 00000000000000b4506145e0a52c9e5dc3775cb54ad43f2fc7187813e489b6b2 247 0.11/1.00 vMB 182
234,583 234,583 000000000000013a85e53a2ddc237650f83b18e5f296f3265d8017fd1c61692b 306 0.15/1.00 vMB 172
234,582 234,582 0000000000000147845f81dc4182055b84f124131abb07fc029ef65b176e6469 183 0.06/1.00 vMB 47
234,581 234,581 000000000000010eb16fd9d4dd7cc3a59bd3e4c430b9806eec28278428984464 1 0.00/1.00 vMB 0
234,580 234,580 000000000000002aff37e73f31d9c8f8f814af87efa98f0576dbc5073c2a9bc6 143 0.07/1.00 vMB 175
234,579 234,579 000000000000010cc70afebd32868be2e9eed5b3408345895af0ed29c420d0a3 325 0.16/1.00 vMB 153
234,578 234,578 0000000000000190e2d90f31930cff33066470cb3d4a433b549fc87d376da64f 287 0.17/1.00 vMB 107
234,577 234,577 00000000000000e7707a17cc331d8cfeb3e1d8eb3aaef40cacb072294f40d231 617 0.25/1.00 vMB 182
234,576 234,576 00000000000000bda01061d5149f3db943a65c94bc6fa9aaee4c8826a17ed0b9 256 0.11/1.00 vMB 191
234,575 234,575 0000000000000035036a857cf4dd59abfb58f61cce4a092ee2e2e915c37ac5f8 340 0.16/1.00 vMB 170
234,574 234,574 000000000000016cacc2fb201cf38cade6d6ee0ffa608fb94d93cb5215690f92 173 0.25/1.00 vMB 65
234,573 234,573 00000000000000332f02e9f7ee69dcf90bcbeeb50367ddd9721511b304f2aa5a 400 0.21/1.00 vMB 151
234,572 234,572 00000000000000e92c7dfaaf3ca08ce30d5bd7e39ef0c1257836fae1c4a84f2d 298 0.08/1.00 vMB 32
234,571 234,571 000000000000013caf15771f7a9a6c3337066b592b02c73807c3cc031a8e5312 531 0.25/1.00 vMB 162
234,570 234,570 0000000000000131a1b79e72c6ccaaefce4dea16afaf2b0ad8574e1d9d9e9080 439 0.18/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.