Memory Pool Memory Pool Refreshing

1,682 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,668 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (620,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,864 286,864 00000000000000002c784480d6a6be870a33f0380d33c286954462c580f21685 0.02 MB 32 7
286,863 286,863 0000000000000000cfab0170490e2fb4e66aabd937c61ccb0d9aee1e925f9b69 0.02 MB 13 13
286,862 286,862 000000000000000048ae336038a3559c71b50dcbedd91045924fc87dc85f68c8 0.35 MB 737 40
286,861 286,861 00000000000000001ec59cf5945a716535db0ee3ee49783f064e687a1812752e 0.18 MB 271 27
286,860 286,860 0000000000000000fd468d55dbda499e57af43adba2da9e35acd4a1cf2fec96d 0.04 MB 77 20
286,859 286,859 00000000000000002e0854755b6f2e2a33d57d23e4182f6036a632d835505d0e 0.05 MB 99 34
286,858 286,858 0000000000000000a0189a68a5f43741f5af240c229f697fda40fa6569380ded 0.30 MB 424 22
286,857 286,857 000000000000000095c65abb6d48df341a5941619f35fc34f3e346a945665ea9 0.06 MB 201 146
286,856 286,856 00000000000000015d4d6753ed9e9ee2e9354cb00fc2e276958cb6216fb0cda5 0.40 MB 605 77
286,855 286,855 000000000000000031037178fcf68f8edbbb9088df434a97b40aa32b53a5a608 0.10 MB 214 33
286,854 286,854 0000000000000000d8ea3ed82ee5e882bd9edb15f7f14d1e5c1c937b19175107 0.57 MB 891 31
286,853 286,853 00000000000000013ee970c8c08f614568bdb9254c584b524cb954a0afd44c37 0.04 MB 80 14
286,852 286,852 0000000000000000c34350dfc236efb8dce20ae73562e40e3b1e54c339712d47 0.31 MB 503 32
286,851 286,851 000000000000000149d2c7ba62fa869b8b1b0926079bb048c068fe51e8321fe0 0.26 MB 491 32
286,850 286,850 000000000000000119030483a7bd73df756db00776d0995ed2ff4eed7e935724 0.10 MB 159 22
286,849 286,849 0000000000000000c81f09fde4c8c4f752b65aec3f4ddb18bd411ed0770b847c 0.35 MB 649 33
286,848 286,848 0000000000000000541488b406225c3b62cb4af7a3e70321bd994171265c8261 0.12 MB 38 21
286,847 286,847 0000000000000001151f3881117fc869c492257e964f8c2507a4e1e25bb139c7 0.50 MB 735 48
286,846 286,846 00000000000000010ff28cb4a05713a12f2933ba32249dc8b55e54c111104d44 0.05 MB 89 36
286,845 286,845 000000000000000047d8bd0abcf472ce33716e70a2d4d8f731c03fa279993776 0.44 MB 544 53
286,844 286,844 0000000000000000fd1e1b252b016b28f93daec6648140b099644db2ff16bc4f 0.34 MB 483 30
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.