Memory Pool Memory Pool Refreshing

5,706 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,607 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (565,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,876 341,876 000000000000000009a04174bfa5797f22c4eff680a6f26112696202f86c3dd3 0.28 MB 489 21
341,875 341,875 00000000000000000c0ce21f018f9640f4266fc5442c61d294930d0a73d8980b 0.75 MB 1,403 26
341,874 341,874 00000000000000000a6ccaea07bc106448a5e6bc7f09d1cee0bf9369542b8b13 0.14 MB 232 24
341,873 341,873 0000000000000000162d0fbd1353c96f8205db7b8f22606cc30fdb5f3f2dbfb8 0.14 MB 238 22
341,872 341,872 0000000000000000044bab7cb119b8f1f910177d3e0a47c5efe1b68c89c91dbb 0.01 MB 20 12
341,871 341,871 0000000000000000066c718262182021222f40339c0d1f015f2a1bf714650f84 0.04 MB 91 25
341,870 341,870 0000000000000000091195519f33d6c69dd46f9f0605934a67916e6e2d7a0e03 0.05 MB 111 21
341,869 341,869 0000000000000000050d7ee19e23450b6eedd7a46820065a9ef03ad6fe8b430c 0.68 MB 1,234 24
341,868 341,868 00000000000000000b22bf15f1e606fcddd7610cdda1b87f43ef3cf244be91ca 0.26 MB 491 23
341,867 341,867 00000000000000000753982b1e6bf854dfe63b8241bd598402216894906e4d39 0.15 MB 261 23
341,866 341,866 00000000000000001335222698e76bc2f7eb656b8896b3e07fd25fa772d7a963 0.10 MB 256 31
341,865 341,865 00000000000000001233f954c8b62ba844bd9f7347b82246f015fee9ee63c40c 0.01 MB 22 14
341,864 341,864 000000000000000012f30d6ee4d8dc3aa9baa554a6798ae29f588a2c5ed87a4b 0.13 MB 253 25
341,863 341,863 00000000000000000dfe0ee4824fc5e7da1d2129a0bf0b2e9e35927e7e9b810b 0.14 MB 308 26
341,862 341,862 00000000000000000f8f32e0e004bfc504f17b0a1e964ac4a513776d8831e22b 0.10 MB 190 23
341,861 341,861 000000000000000001a73b8b203a6283b9d6da0ce48364c82b0a68a815c6cc0a 0.04 MB 67 20
341,860 341,860 0000000000000000124065381b1c947bac1a5a410fd650d8920a2cd9296d64c5 0.27 MB 522 32
341,859 341,859 000000000000000019b31ac2b7489c28c54c932f06adba8d91da4af3eb5b3027 0.10 MB 166 21
341,858 341,858 00000000000000000a854138f44e767373d1302c67bf11ab0890a72d9b8d1ee0 0.51 MB 804 24
341,857 341,857 00000000000000000340c3d65fd65751797d91449d6713a64cc9d1c37fc7a302 0.02 MB 60 25
341,856 341,856 000000000000000012aa1021f3e3dc2d4bfbc51311dac65273f54e4d4edfac3b 0.03 MB 58 26
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.