Memory Pool Memory Pool Refreshing

174 transactions
0.05 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
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (709,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,423 198,423 00000000000000941164910b55ffbf807992b84e969f879d360f17529d9336d6 0.17 MB 482 152
198,422 198,422 0000000000000104a445fafc8f53a6a9ddb56ac7bc748a7a69963f84e5c9b72f 0.05 MB 156 112
198,421 198,421 00000000000005e7b6cf287f6f995b358d4cefa3cae129ae69b30995cc0516fc 0.02 MB 37 83
198,420 198,420 00000000000003705e714a641cb007420af580fb201ef31cab9c5e686edf1336 0.07 MB 108 122
198,419 198,419 00000000000001d89842ebc0d1ce0658c6f0cef9bc92d9ceab03996c79fe9fed 0.14 MB 256 84
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
Previous 10 blocks ↓
Total Size: 769.10 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.81 GB sent, 93.39 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.