Memory Pool Memory Pool Refreshing

375 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,567 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (852,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,267 56,267 0000000010e612e4eb009d283fa80f9efcc6b23b0bfb6b7bdbdc168e60fd14cf 0.00 MB 1 0
56,266 56,266 000000000718b254d974ca4ccdb0e5c9b8cd489398f9627915d95d68f5a3937f 0.00 MB 1 0
56,265 56,265 000000001021c31b674b10997ce10d9405da70916810f348d0d27afa559fb9a0 0.00 MB 1 0
56,264 56,264 0000000009fb47169f00dae90aeb3d07f89882998cf164c97e780376fd462e47 0.00 MB 1 0
56,263 56,263 00000000056757a3689b81b1970a4a0af734a67c55dd822b38924a017532381b 0.00 MB 1 0
56,262 56,262 0000000012a7a43ab6a5536b447160b2cdc3bfa12fb327952d27ecea6a943845 0.00 MB 1 0
56,261 56,261 000000000887323712c80b6de1ede9a4ac68b48cff1fce7f57b3d4da0a0bb15e 0.00 MB 2 0
56,260 56,260 000000000b7dadb8c8373e6add9a21d87e5958d664952795a46e86f05fa04b10 0.00 MB 1 0
56,259 56,259 000000000a681697719ad40175fba9cda969d63e8adeba441a45f2835f183713 0.00 MB 1 0
56,258 56,258 0000000002e4e22cafce4188f29620bc403f02c0471ee471c6390d42b05f4137 0.00 MB 1 0
56,257 56,257 000000000a6ab2f8fb49e64e2bff74983d41aa4dee3f0c3d5782daa338414b77 0.00 MB 2 0
56,256 56,256 000000000bb68ffe863ebb4dd7c7b561bf4edaeea6a8401fc0d21f63b8bb4f83 0.00 MB 1 0
56,255 56,255 0000000008d5ecf7b68f61eb8cee2c38b250e6ba326860458639ac43083ef056 0.00 MB 1 0
56,254 56,254 00000000111fae7516719ae654a3715845eee9f789295df789bc5d31266ffde2 0.00 MB 1 0
56,253 56,253 000000000bcf181b8fca453afcb4f1c8c88ef87f949e477b3a0e041bc024922e 0.00 MB 1 0
56,252 56,252 0000000004725473160a8e9d0ed6eeba0569350b23417c31b7be68fc455c9940 0.00 MB 1 0
56,251 56,251 0000000004e50cddedea1a08a663c7c084b9368de3ea57701aaf1ffb510dfbbc 0.00 MB 2 0
56,250 56,250 00000000078c800c77be12c6ba737552653e7032d7cdd001ff371c181e328cc9 0.00 MB 1 0
56,249 56,249 0000000003f18be916adca23d231830616f1bbae76485a597c1623eff72b06c9 0.00 MB 4 0
56,248 56,248 000000000d8e5baaeca1c385780b7c029d54d67e7c0c6cc6d1ed1e7f2dd53d6e 0.00 MB 1 0
56,247 56,247 00000000048d0d58474ad1afc51ecdb146130a714e6f1a0a199f5735090c1782 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.