Memory Pool Memory Pool Refreshing

1,989 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,974 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (614,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,452 293,452 00000000000000001ece7cbd608c370fb36dff1c3bd5d29ef56c564fdf08f5ee 0.20 MB 325 30
293,451 293,451 00000000000000001d1d8f981f0467573796a517fdf839616025c3ff8fc5e17d 0.02 MB 42 38
293,450 293,450 000000000000000048fad3579e258abd1136e0c8b56bd216894908147f661a96 0.14 MB 236 28
293,449 293,449 0000000000000000db1b98330d9c62d3b6d016381b40747492aa478ea74ea335 0.01 MB 32 55
293,448 293,448 000000000000000054cab476780fd9fa9dd9db338cc7c4da1d385d668d9fd0ff 0.12 MB 192 28
293,447 293,447 000000000000000093214af57d2e498a0d49620dab0e1955a9d1bf1aff3b526a 0.10 MB 169 14
293,446 293,446 0000000000000000384253e1a358b5c3a28769b6531fd5772bceceda86d39949 0.05 MB 55 9
293,445 293,445 00000000000000004926eab9a046c75b234b271610ae41e718fa868fc1eb7541 0.45 MB 971 36
293,444 293,444 000000000000000060ddc157f6fc8b1e92daebd1e0c44f3b629c5baeecfe8f1a 0.05 MB 39 19
293,443 293,443 0000000000000000c6470807f8722aa017e5c39852f38ac2929bba650e2a7bd3 0.14 MB 260 44
293,442 293,442 00000000000000003ccf7dbd7356bf90faf86256efd0b0bca9b56bd9af48a549 0.31 MB 694 36
293,441 293,441 0000000000000000592f741895129ec256aeb77e806867346ec4c90c65bd677f 0.13 MB 250 32
293,440 293,440 0000000000000000333e77e1b37aba0a1f559dc01078845af0490f00cd6b3b17 0.02 MB 43 33
293,439 293,439 00000000000000009f139e2bbd6c7dedf02fdef9d9614e1995f343a0fec99eab 0.32 MB 529 30
293,438 293,438 000000000000000005fc069c31d280f7eda8949d642597155cf4406eedf1872f 0.31 MB 457 26
293,437 293,437 0000000000000000966b02b10e5161de4fca875afffd5799243675f3a47289a5 0.36 MB 539 30
293,436 293,436 00000000000000008da3c62a659742139fa4894561337b95c6750bd0dbdd3d0e 0.12 MB 256 60
293,435 293,435 000000000000000001a09cb56cbedf309bb8a3677da440f17f942ebfbe4a1231 0.25 MB 481 34
293,434 293,434 000000000000000026a9fb7280371d1f37fcf94f3f8f0ae5c84d963c8f26acb1 0.78 MB 1,116 25
293,433 293,433 00000000000000008c47dde4498946e2c96059ccbc9a1f6e3e9ca89cf385d54e 0.35 MB 1,014 78
293,432 293,432 0000000000000000a1b8b2ecbf29122b75d5f5d850747bbce37d3bd8eb9a848f 0.10 MB 194 18
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.