Memory Pool Memory Pool Refreshing

527 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (688,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,222 219,222 000000000000033ec5814158b949c1641630005b7078dea8770a9dc4c0856b02 0.05 MB 120 148
219,221 219,221 00000000000002a2f5ae04b7f1f5a3407f962896ecb30d5b40ea14a5134a2999 0.04 MB 109 148
219,220 219,220 00000000000003afb96c4408fee592f2c5fd0516fcb131e18145de598fb98b48 0.17 MB 439 227
219,219 219,219 000000000000002ac0f99a70db2b3468d67a073879c046b601874e8c9a41dc19 0.24 MB 573 201
219,218 219,218 000000000000014d821d6e23b8a059c212e6e5acb5239f2e404e11c5b263d666 0.00 MB 8 309
219,217 219,217 0000000000000192952cbc6155f957af7739f0b1de655a021b97532a11b48d31 0.05 MB 97 166
219,216 219,216 00000000000001da57a5acdea52eb92f0f4d9b507dca8f2c54709a67c99ea887 0.11 MB 268 236
219,215 219,215 000000000000015d0a031062b33e82cdd84fc262e6a90a99f2e14ee4d991fec6 0.11 MB 251 219
219,214 219,214 00000000000000304176d06d95ae1510b90d744d5c63c1b0f20cc73c9ce24732 0.09 MB 226 201
219,213 219,213 0000000000000335e7bbeb84b65b7aa30e6e4a5c0e2432fb92853752e7ca4129 0.32 MB 642 202
219,212 219,212 00000000000002cb2d44a84186b623aecab0e456ca8dc5e93ee7d18056304843 0.16 MB 213 40
219,211 219,211 00000000000004069bb6ac885501fc032207806b131c3e5003ae82aa28bd3911 0.06 MB 138 160
219,210 219,210 000000000000033baab4c0a41c0d3a1ae79d2ec2be56f2e702cb1a0c85495ffb 0.09 MB 163 100
219,209 219,209 00000000000004705d7b5506901bc8394523c67383d2e3feb2d95dfcf33ff8cb 0.19 MB 485 198
219,208 219,208 00000000000000ec6f3a588dbefddb6dd301b9a0a89582bea1de821c52ccb8af 0.11 MB 258 143
219,207 219,207 000000000000008d6c715e649db58f24cf03b657b0c01148fdef601d1c5aff45 0.26 MB 683 199
219,206 219,206 00000000000003b55e09b36f4ec7bc72d0832fe7dea99731019777f3fc7b7917 0.00 MB 5 0
219,205 219,205 00000000000002c7fcdd9bb95381f4be9c1bf3ba844f8ee3555a19cb819d3567 0.18 MB 349 152
219,204 219,204 00000000000000f18557b12b96f465b615aa7749dd81301a53ff5f86c8dd3b0f 0.14 MB 341 185
219,203 219,203 000000000000055f307719f153f843b9e36678158d532029b746ce4763b31fa0 0.19 MB 269 154
219,202 219,202 000000000000031b9400f8058accf616bed4f973577f69f9aac0315f6fc3e392 0.16 MB 409 203
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.