Memory Pool Memory Pool Refreshing

4,659 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (716,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,432 191,432 0000000000000766c4827eaa7f11c6eebaa78b1aaa4f65f30c204e2ea37502a7 0.04 MB 116 85
191,431 191,431 00000000000003c651814bce16d179f3274885a84c13d4c65fbf073d0dfe88a1 0.11 MB 256 184
191,430 191,430 00000000000007f5420f38c6c7e00eeb932ae465675ce264df286e429fe7dd05 0.01 MB 45 10
191,429 191,429 000000000000035ba8ae85cd9773a755eed028fcb0098724f7c29770d052fe53 0.04 MB 98 61
191,428 191,428 00000000000001d07302956931f10ba10fbd68e361b2a2c39a419cf148fcdca5 0.21 MB 521 140
191,427 191,427 000000000000000d60abc588da029e865da4cba97f00ea78ef9364f1f1f40b0e 0.00 MB 1 0
191,426 191,426 00000000000004f779a0fb22e38a81bda208c967917ceeae1bddd4d2ab54925f 0.00 MB 6 0
191,425 191,425 0000000000000101cafb017fb4ce15222f0ed6d7dec85fc01b7bcba7b75fceea 0.22 MB 556 155
191,424 191,424 0000000000000779cd4ee6dddb4b343bd494abad5b99ae2c4be5ca05fc3bd9d6 0.00 MB 12 176
191,423 191,423 00000000000002537fb6c44f0e2ae860e9c06c2c93afb0c93a8adedeaa1e3812 0.03 MB 58 113
191,422 191,422 000000000000004fa9131512bb3d4abe7edefc906615902bfbbbdc2ffe93cd67 0.01 MB 46 15
191,421 191,421 000000000000005cb143e6a1ff4a14bd9b89e1157f50c16f44c27a11696aa0f0 0.11 MB 247 160
191,420 191,420 00000000000000ee6101290e7e2a77903f075858a731f583fc7412dccbc1b167 0.13 MB 340 149
191,419 191,419 0000000000000436203d3288e2ff36b2a310c29e7be32a72999200b620430c0a 0.00 MB 7 62
191,418 191,418 00000000000004a56b826a8cc8ef163b66abfd1d6b69bf8c1f954995bf922503 0.14 MB 306 151
191,417 191,417 00000000000004d6a1166d83ebd311d673abe27b3d33885c924581c83a0edb44 0.23 MB 599 159
191,416 191,416 000000000000015e9998f639f4050f7c7d61882891c953cf357ce5b4e68b78a3 0.03 MB 68 111
191,415 191,415 00000000000007d82be03a2502d36eea876215aee1f8b720c2498b1609587992 0.14 MB 267 114
191,414 191,414 00000000000001952a716d7145568cb1f98b3a602d2ebfbf49d9262861eefa61 0.01 MB 48 0
191,413 191,413 00000000000004c87889284e2b4e7ac7da6f21ebba01d76d4b5cbbc99e44a2d4 0.25 MB 578 130
191,412 191,412 00000000000003bf65447cbc66cc8d9be5b421b638188844db4bf6ea06a72630 0.25 MB 504 119
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.