Memory Pool Memory Pool Refreshing

18,861 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,236 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (38,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,472 869,472 000000000000000000017e253a57a1ddb662af1a9925ba2c3009b4189426e7a4 1.71 MB 3,199 6
869,471 869,471 00000000000000000002b5c10246079938ce32f0b4aa9b0e39fcedd7970cb98d 1.63 MB 3,318 8
869,470 869,470 0000000000000000000068c6bfdbd1faa81f6bcc5d37396cb1ae1149999c94e7 1.53 MB 3,102 3
869,469 869,469 0000000000000000000241ca8c3ae687e4ff66f1ec4f23523cd1c87db70d9331 1.71 MB 3,552 4
869,468 869,468 000000000000000000013365cbfbb507824a4f111530a13c9ab34854e9d6db38 1.54 MB 3,353 7
869,467 869,467 000000000000000000005e60052d1e0585f552e5fa33568a7c9db0cdeb59387f 1.39 MB 2,204 5
869,466 869,466 00000000000000000000aa35ac6b326504ce5dd96b9b9601efa8ddf56967eada 1.48 MB 2,489 3
869,465 869,465 0000000000000000000079061f4ed489b0db6c387632f3d1dff2125e749f360f 1.57 MB 3,762 5
869,464 869,464 0000000000000000000251841c4c4ece3d93f4aad5a99c6fecb314f5b87b12f2 1.49 MB 3,508 7
869,463 869,463 0000000000000000000215afc475e3f8efff6676d23755d379bddac1bece9e93 1.62 MB 3,984 3
869,462 869,462 000000000000000000004bc57f8e5b79b62cfd5d20b9e5c2a24ce56cf41ada8c 1.55 MB 4,190 5
869,461 869,461 000000000000000000017db61ff0d19bf4c3e8b7cabc9dec993b0b463cce4bd0 1.62 MB 4,391 4
869,460 869,460 000000000000000000022ace61b1245ebdfb8ea935f8dbbdda954ee164896ab8 1.59 MB 3,670 2
869,459 869,459 000000000000000000010add712c21b25162fd5627ecf4b69311b9c137c35f50 1.57 MB 4,606 4
869,458 869,458 000000000000000000002de133047862bcd3419135e90a587850ecca97b67958 1.54 MB 3,453 5
869,457 869,457 000000000000000000010dcf6194b049c3fcd6c54da00d854289f7937a92072e 1.54 MB 4,774 3
869,456 869,456 00000000000000000000f4115d493d2881d0891a8ce59b07ab75ca3f3af2c476 1.53 MB 3,863 5
869,455 869,455 000000000000000000002b0f17c4c8abdb6dfeca5ee824eecac819f7b87234dc 1.41 MB 3,111 3
869,454 869,454 00000000000000000001f8b2c71d66c551fcffb0e6d90b19699fd5e4451c501c 1.56 MB 4,368 6
869,453 869,453 000000000000000000011dec9f3dd34ac46c437d0c9a29fbf0d3d4b6519f4337 1.67 MB 3,411 5
869,452 869,452 000000000000000000023195b59a5e6c053b3e39250ad7787b11dc509d19c225 1.81 MB 2,528 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.