Memory Pool Memory Pool Refreshing

10,797 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (758,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,405 149,405 000000000000002df02d506bf890829efca102b46c966b24238b923bcfb38861 0.01 MB 29 288
149,404 149,404 000000000000082936db6c6112edcf7ad128f721a6c3edc32bbdb7705c100bf7 0.00 MB 12 0
149,403 149,403 00000000000006fc770cf57ee59dbecf11eef183ed3724a36375b6ddc887969d 0.03 MB 47 46
149,402 149,402 0000000000000453311ff4d5977e2ef027b5cd912e97a01c15b07bed53fdd3cc 0.00 MB 9 1,303
149,401 149,401 0000000000000178f0048d677b859169a4066bd76ae739dd976e3d906083d4a1 0.05 MB 123 171
149,400 149,400 000000000000056edea733c1998b955596ca98163d66ae3fce1ca65dc9c443e5 0.05 MB 83 98
149,399 149,399 0000000000000a9f3ee04216039ba30712af3ed767bda2a8d3213b13976244bc 0.00 MB 8 34
149,398 149,398 0000000000000005389f9bba2626d0b1732413b0d35bfaf93afdffdc2bfb0a8f 0.01 MB 19 134
149,397 149,397 00000000000008ab0f55f450768c7b6c808670472f62e42eb3615e533a809df3 0.02 MB 49 19
149,396 149,396 000000000000091c09a329305bfa4ee3ef9fdfcd4628e319f3eca1a44fb9297d 0.01 MB 35 251
149,395 149,395 00000000000009f4482a6d34516199ae52d7c09b464203f952a1db53c4d1a1ad 0.01 MB 32 51
149,394 149,394 00000000000001ab3b67182021855b912c11faa5be668940fc16d1d8253b160c 0.01 MB 26 65
149,393 149,393 00000000000009591a1f14a01e16443a2505f880201cf62478e8b3dc4fa62ee7 0.01 MB 43 158
149,392 149,392 0000000000000a3afc3263acde98e73e22ad785e9003232983f845ec0002b1a3 0.01 MB 12 234
149,391 149,391 0000000000000518928e91794093c4111285c6a88614b630cefa1203a8b1ecc0 0.01 MB 10 343
149,390 149,390 00000000000005c9ac5e608db118ecdec04ce23706453822c5bdd05ce08198f2 0.01 MB 25 684
149,389 149,389 00000000000007bc9ad23ed843765d083ace3cf7aa4f7ce7dc52fd5b69115c0b 0.03 MB 72 122
149,388 149,388 00000000000008cb38f16b3298d05e030c5dc2ad0d48cce9d56e383678a88f01 0.01 MB 12 61
149,387 149,387 00000000000005b14feb3ddc0a4a9f2846920de7e0741daa598428c1910febb2 0.03 MB 108 145
149,386 149,386 0000000000000ad16cedc7fd88e8fc8c5fbda499c515920de5fc87fd26d8e864 0.04 MB 51 45
149,385 149,385 0000000000000849d23f1f1cb3f52c28602a84fcd96cdbef29cc0987c6b43b71 0.01 MB 6 19
Previous 10 blocks ↓
Total Size: 769.24 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.02 GB sent, 94.12 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.