Loading Tool

Explorer IconExplorer

Memory Pool

81,936 transactions
31.45 vMB
0.10634423 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt c4d3ed3a1b72654cbe0a726dc31fc734d2ce543273ca4d1ce8518e8a4f5d3462
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 25e42aaf7dc131006d1151917aa97b40a5805fbf97ded12ec0b57e0a105ae219
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,977
Size: 1.00 vMB
Total Fees: 0.02672659 BTC
Feerates: 318.30 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (700,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,585 214,585 000000000000033547365455e9852a20c3b38c58d6efc97fca38f0933012ced1 27 0.01/1.00 vMB 105
214,584 214,584 000000000000007c8184f5fe12162adc55bd2124a3c38eb86bad4eeaef5b4470 304 0.16/1.00 vMB 169
214,583 214,583 00000000000002e866ee4ec9eb2c14c1a484e453d87fb2b21181feadd3e44711 2 0.00/1.00 vMB 220
214,582 214,582 000000000000037a3cae8565d26e72bf4cb12e7d527dbd67c6f7f987e679f7b8 69 0.03/1.00 vMB 108
214,581 214,581 0000000000000033ccd377fdaa2aa6323c2563a3920f363247db7dba5474f20a 44 0.02/1.00 vMB 166
214,580 214,580 0000000000000302fdd212f5223d20f16473d16656959149555db9c847bb9410 26 0.02/1.00 vMB 130
214,579 214,579 00000000000000027f5077f5b72ec36584df6aef98cdff0cbccce4264ed78808 107 0.04/1.00 vMB 216
214,578 214,578 00000000000002a26a6ff0aa6f4b5fbb9095b2d1a325252a60b2995b23e72722 46 0.01/1.00 vMB 236
214,577 214,577 0000000000000450630da4953d2bf6779b999d16134a4460c6cada2c1b668ea0 34 0.02/1.00 vMB 180
214,576 214,576 000000000000022fdcde36f1a3840d4bd6b375d865159f7403a464430d972fcd 72 0.04/1.00 vMB 132
214,575 214,575 00000000000002489a75f50e31b612ca9b6a650d6dea6f32f3d89b9d88b8d8b1 278 0.13/1.00 vMB 126
214,574 214,574 000000000000054cebf4aaed713e9dd3768833e7f37669c64cdd89173a2b4fa7 17 0.01/1.00 vMB 103
214,573 214,573 00000000000002ba6bb3dcc5957028ad155a2f93fd0fd2aaf10079ea9f37771c 129 0.07/1.00 vMB 153
214,572 214,572 000000000000059f4e8dd3dffc0f7ad6501c1cc208efdefaaa8da67a916ac64e 32 0.01/1.00 vMB 118
214,571 214,571 000000000000040d666eaa0222955c81c8527878cf5bbc5b3c81257d158e5efa 187 0.07/1.00 vMB 182
214,570 214,570 000000000000014b6a28dba617dd0dda3a7c27645b2ea904cef0640a557eb1a9 137 0.06/1.00 vMB 155
214,569 214,569 00000000000003bced167000a6f4fde73e3b6edcb3ecb82c7dd5493a8d8138c9 236 0.11/1.00 vMB 116
214,568 214,568 00000000000000ddf6e9bc5a55e1c4cafbc1c2ec7f0f19f28dd2687510befbfa 330 0.14/1.00 vMB 162
214,567 214,567 00000000000002d5cdf6f475323d4f607b4e2d1ab5dd1c955434bab4b3a89935 258 0.16/1.00 vMB 57
214,566 214,566 0000000000000546ede587455f236e60a1a5e92c797b73f50c5ff332a0326cca 623 0.23/1.00 vMB 165
214,565 214,565 000000000000019628011f72080a2ee60c2d74f68bfee5d329420bca0bb67a38 748 0.20/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 783.00 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: 718.78 GB
    • Received: 17.95 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.