Memory Pool Memory Pool Refreshing

1,677 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,647 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (709,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,428 198,428 000000000000004f09b64d802b614f32ae4ffba10d69607bd6981c6ef4465eac 0.00 MB 13 221
198,427 198,427 000000000000003678619de8e732b39cc3b50c515a0b6623f216556d11e6bcfb 0.05 MB 88 255
198,426 198,426 0000000000000298d0a288f6c9994415635341fce452d114f1be11da7a7d46e8 0.05 MB 120 83
198,425 198,425 00000000000004f8cde280b81e5ead2fc086010323a10e21e7a0e7e604f23c40 0.02 MB 36 400
198,424 198,424 000000000000022ddbdf8ae94b3e4c5ddec072e79c14966abb9cb6611f20fd51 0.06 MB 83 123
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.73 GB sent, 94.45 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.