Memory Pool Memory Pool Refreshing

273 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,748 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 250 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (770,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,444 137,444 00000000000004478063ac273bcef0c5f405ce2ed3865f288ac4dd22bdb0f689 0.00 MB 15 521
137,443 137,443 00000000000004ef859dfb0c9c939dbe49436bbe4d82ed87e81fd25731773bad 0.02 MB 34 109
137,442 137,442 00000000000006d333e76afc91b78ad213de3c94cd406a5b1d75e276010fc16d 0.02 MB 54 234
137,441 137,441 00000000000001683697d3aa3fc984537edf91f917dcc098b11559d5c5fafa04 0.05 MB 111 223
137,440 137,440 00000000000006a25eb47b2c28151bebab4c1ee1ac9a060df748075f0b14fe55 0.04 MB 116 52
137,439 137,439 00000000000005465aaf6e31663a0d39a0f3afe218a75ffe5aca29789a4c4ef7 0.06 MB 110 292
137,438 137,438 0000000000000083001bc58fae9190ae2c882fd0f1d301877e62624eb7ab2839 0.00 MB 12 719
137,437 137,437 0000000000000679f063472602784941d9a1a0f7de84ab38f3cc1493dd146fcc 0.00 MB 11 58
137,436 137,436 000000000000061891cb1728b59f12fceb1e78dc26dee8973b5d0f1e7d004d1e 0.01 MB 28 24
137,435 137,435 00000000000003db2ce70467d0e3fafa9bb382a548555a7c948224a28d4d88cb 0.01 MB 11 89
137,434 137,434 00000000000003f595b3f551ff1030b82c6236c69718f0e0eb97cdca5050bdf8 0.01 MB 16 383
137,433 137,433 00000000000001b7509cba31f9153c2274fd4a5d44c98e65d810610df6ef61bb 0.02 MB 39 72
137,432 137,432 000000000000027d3fd7bd1c74601be2e56eeac2d9f1f83c5a89ef1809e17615 0.04 MB 124 91
137,431 137,431 0000000000000984cbdc5a6a1b337248a75b2e5652435afa66c9cebb194e4436 0.04 MB 117 217
137,430 137,430 00000000000004d607628a5c2d6d1c93b1d2a6feee383760c90fd7df10977a0d 0.03 MB 66 116
137,429 137,429 0000000000000004ebd6466ffb8270e46f9c55f7c5c44f2c792292a5fb24e964 0.00 MB 13 864
137,428 137,428 0000000000000010c1b3cba27b283ca74d7f2292f5a1c330fde9c9a58d72f92e 0.02 MB 38 203
137,427 137,427 00000000000002a94ca928f18b3e95ce03a39a37a7e694a7edfff4745fd288bd 0.01 MB 16 457
137,426 137,426 000000000000026e49adbc07b9a96d8435f5203e41ad60a8d92a56430a818a64 0.02 MB 62 251
137,425 137,425 000000000000084a4d688961ee33f1b2b950c48ea89f853cb57d6f06c597b116 0.04 MB 118 53
137,424 137,424 00000000000000a48de8672efbd0c5fb0a38177b3879fa42182dc2be059e54d5 0.05 MB 103 99
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.