Memory Pool Memory Pool Refreshing

1,225 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,990 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (709,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,418 198,418 00000000000001fdab18b897fd3cd91cf38e1c7fe64b7a30542c6452ca8525d9 0.13 MB 325 129
198,417 198,417 00000000000001d7edad8cbc8facab34f70b9eeab64c677b29908992af75d962 0.01 MB 42 78
198,416 198,416 00000000000001a138dc456b7c8f1c534baba74b7619a98606c3575b0112f93f 0.05 MB 121 153
198,415 198,415 00000000000000ea32537fba772ad74de60564ec0c1ccddfa996f4b4008dc9cb 0.12 MB 216 111
198,414 198,414 000000000000020eb0e83c06a9a1925f1b140bc4294cc6692a51f4af4defb700 0.18 MB 468 170
198,413 198,413 00000000000005a6a64659c3e5107f385756245aa7f77bd26163eb05d4381a04 0.11 MB 188 37
198,412 198,412 000000000000012e97604e81e5f00b5fb19a6ffd583bb6e11a3c31abe77f764a 0.07 MB 141 58
198,411 198,411 000000000000003dbae5d4354161c74daebbc7cf8a963d2e2c11ff96aac4db0e 0.25 MB 793 180
198,410 198,410 00000000000004f05dce8b6f2f03797642a1ba4ab6b99adbc9091f425109768c 0.02 MB 58 113
198,409 198,409 000000000000044ae0fac67055ee44eb432e51e8b78a8bae1f46d897c8cac039 0.10 MB 272 157
198,408 198,408 00000000000003e4a134f15127bb7f75a565dfe767714ea3f49ce3ad3368ff2c 0.17 MB 519 190
198,407 198,407 00000000000000531af7da9d1e3ac4af5a87116ea3ad33ed1bfba57611ae2c39 0.05 MB 138 101
198,406 198,406 00000000000004b776a6cd37ea32a9cb089543e9ebb0641992bcaf216add4b76 0.01 MB 21 61
198,405 198,405 000000000000001f93bd79d9bf159c3a51847cf60f1e5112b1b444612bbb3d9b 0.01 MB 32 103
198,404 198,404 000000000000009327c75882bf658c677f62ed0f634d95a178a5de74970324cf 0.07 MB 145 84
198,403 198,403 0000000000000422ebc009216ccba81472261b10cb1f93cd70a25e52ff9fb8b2 0.04 MB 106 213
198,402 198,402 00000000000005a9a32944dcda4bcc398c7b2004c152e977ac0d71e70c472b20 0.04 MB 103 122
198,401 198,401 000000000000020d29c701e67b6a2363dfb5391ebf3f0b456f058a8870a46ed6 0.00 MB 10 14
198,400 198,400 00000000000005150ae967343f5e25f46138b27d7419f23a6c57ffc9fe9611f7 0.10 MB 212 80
198,399 198,399 00000000000002a0f5d197968e48afbc8eb5f0ef7c19fd10572b055a041b17eb 0.14 MB 243 117
198,398 198,398 00000000000000ee38a5b4e48be4a597fa6a089fbc6e7b72f7f1e856064cfd3b 0.16 MB 443 480
Previous 10 blocks ↓
Total Size: 769.53 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,647.96 GB sent, 95.57 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.