Memory Pool Memory Pool Refreshing

2,497 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (761,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,383 146,383 0000000000000617a19844e0b9d88f293abda51c8c3f4bb19a2d61bcc545e5ff 0.01 MB 28 228
146,382 146,382 00000000000005b83176b0bbcd0c5124ff2176e61971e04d345fbe06711afde5 0.01 MB 29 114
146,381 146,381 00000000000005471827582912aa647e1e24e0cc360e50892a52039c6fb45544 0.01 MB 9 17
146,380 146,380 00000000000002e0bc7ac6c297878d5bfb46d5e19103fddf6c848dea5a8a0a59 0.04 MB 127 23
146,379 146,379 00000000000004e72b0cd8b272ba420cc414910552de93c92549b03e16ad8e44 0.00 MB 8 54
146,378 146,378 00000000000007e599f8832053cf318ff2f6fbd95c19413722b5b7e31180e2c0 0.00 MB 1 0
146,377 146,377 00000000000003a5202d824d96765825e27e2f27fad152b61173467cc60e2df7 0.01 MB 15 35
146,376 146,376 000000000000074556e5719b97d29e6a687cb6d52fe0d31880b6a78c27d6e176 0.00 MB 8 259
146,375 146,375 000000000000032645da6893b6da5a94c36a89660fe28e133617877b50562db7 0.02 MB 67 91
146,374 146,374 000000000000002b96fd794236b77de08816528c9ae815c10eff8ea0f6d38a6a 0.01 MB 29 102
146,373 146,373 00000000000008102e7b93c6688fc451dc34f0c79b762c19eb4235c5531d857e 0.00 MB 15 413
146,372 146,372 00000000000008f7650aa5096d087959517b21f4399c01bd507f7a6551b77616 0.01 MB 25 276
146,371 146,371 00000000000006834b74a500f2eb94c9f55324d5ee76d4ea61fe2eeeda8281b9 0.04 MB 92 245
146,370 146,370 000000000000027219d4047b656e67681eab280f3b7a9b003cdc06e1cc3af96a 0.01 MB 32 237
146,369 146,369 000000000000079c9959e64bde8e3c1fbf33427be5c977849a16a8be1ea4e7d6 0.00 MB 2 0
146,368 146,368 00000000000006397d946f8c489df372d68f29ab8bcb4586526cff2b2e786a23 0.00 MB 7 59
146,367 146,367 0000000000000124ba7e4ae7afc910521bc2c82c0170730556efd98460f05d2e 0.02 MB 57 83
146,366 146,366 00000000000000c5ee726ed616ad1987762d8de107c0efd635faedb1ae4eca7f 0.02 MB 62 25
146,365 146,365 00000000000003adf6fb5a1405fb3a1e88b25134179c1de5fc9211dad11f14d7 0.02 MB 59 236
146,364 146,364 0000000000000039589d067f5f81f2de8f18001466f58f920077b83d2fb62b2a 0.05 MB 88 154
146,363 146,363 000000000000092da97bbdc962bce528c5cad6da9e260464f721488d8e010e7c 0.02 MB 29 222
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,650.38 GB sent, 95.81 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.