Memory Pool Memory Pool Refreshing

2,433 transactions
4.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,359 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (827,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,294 81,294 0000000000374d385d8bf2a10b120e2ce0c7b02864bd57db3734b6e1a9196034 0.00 MB 2 0
81,293 81,293 00000000000efdea8fec3649368ecb0a9c1ed8a9d45b5cbfd70e6eab2fbc6e95 0.00 MB 1 0
81,292 81,292 000000000001deb6d104660e07f1f9d36159307a8d0ef3e94cf8f7621eb89b5c 0.00 MB 2 0
81,291 81,291 00000000003d4fdb39ce40381b7b7037329fdac62e241b03b7097e432e1364d0 0.00 MB 2 0
81,290 81,290 00000000001905b5bc0a78d5cd70c552db35d41421e51865af7b0645f2d08e87 0.00 MB 2 0
81,289 81,289 00000000003b4bcc20da8f5a9c30a348c9bc8ece71ec3953bc79637d9bd2d296 0.00 MB 2 0
81,288 81,288 0000000000041a91a2f84d68ed6fed7a60a3a125f008c13e8d106c9c8783bbde 0.00 MB 4 0
81,287 81,287 000000000016ea1c213dbd371cd1d094316ee56000f9167cc095a3f2e960ecf9 0.00 MB 5 0
81,286 81,286 00000000000e15f7296316f3e5e6eaf869d7920f600d165c3d39d11e71b711b3 0.00 MB 2 0
81,285 81,285 0000000000083fb8438e13c0c0f1f4aee6aaaa81d88e3ed105d9637870ee96c7 0.00 MB 1 0
81,284 81,284 000000000022f0a1054c0fde453fa20741849e924ec703358fe87c40fe96806a 0.00 MB 2 0
81,283 81,283 000000000012d5fa2fc1aacacc64bd476992d213a38c0d8b090ecaa32d36db25 0.00 MB 2 0
81,282 81,282 00000000003c2a82e7c0f2e7013e864b24dfcb92b97b08b48363f6a8f5d1b9f1 0.00 MB 1 0
81,281 81,281 0000000000401436ed1e06f157977a32dc365395db7b3e4bad6d7637e632aed8 0.00 MB 1 0
81,280 81,280 00000000000ca3133b5cbfd73253f6f6cf2200b464ba5081a7e6390e96e1d8a7 0.00 MB 1 0
81,279 81,279 00000000002aa03303bc3788c60d98dc3241cff6f100298aac4a3a8acbea474c 0.00 MB 3 0
81,278 81,278 000000000032d4f8ff6b170723d1baa73590dd0c5d42fa35ec760d18e0df3db3 0.00 MB 2 0
81,277 81,277 00000000003cfc357e948191e03930e72b9b06ae1c929602107daf0eb2f92f09 0.00 MB 1 0
81,276 81,276 0000000000298cd54f8307b56e960aee2a293531e83d94cc00f55a2de0e85e6d 0.00 MB 2 0
81,275 81,275 00000000001842542dad855b4088c45955294c2b04de8d11d9eb3b6de1e04c46 0.00 MB 1 0
81,274 81,274 00000000000ebafb322be5885f5e8465597c153cfd76a0d5b0a618a1f424fe8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,702.98 GB sent, 98.91 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.