Memory Pool Memory Pool Refreshing

1,663 transactions
25.13 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,389 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (807,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,980 100,980 0000000000034545c504ec8a150d20d35af4af47a894e19bea1b9e365b26ce40 0.00 MB 2 0
100,979 100,979 000000000000858c7dac9498af48f08efb39ad390d676f7b2bf8840533a38943 0.00 MB 3 0
100,978 100,978 0000000000026c8c3938ba7d686dd4d1fb4d9f18fd8fc20ea40e04a2c43af56c 0.00 MB 1 0
100,977 100,977 0000000000008e21ef6a4636a2918f4003ba45c9038b81fb77dc2bc1272b3adc 0.00 MB 2 0
100,976 100,976 00000000000262f0262b975e7f545b0fbe26438f1770f84318011d9663950184 0.00 MB 1 0
100,975 100,975 00000000000273e062842fa2be2d275cd4df10e5e08f5a8a572ce02b019ad55a 0.00 MB 5 0
100,974 100,974 0000000000026c37fd0adcc44be5edc60fe5bed89ee660d960e40557e39dd572 0.00 MB 3 0
100,973 100,973 0000000000030d1cacf2317b7bb726104f406d58190c1e64645a90cfe0869004 0.00 MB 2 0
100,972 100,972 000000000001c7b8013ea21ca06eb6691fb02b24be543ef0dc178ddaa1538939 0.00 MB 1 0
100,971 100,971 000000000003a67cbdd93ad5b6445480c18783381b9616308cc2a685635f25bf 0.00 MB 4 0
100,970 100,970 00000000000169ee0baf7aed3aedda28b9c2e356264cd10989b4daddb3c9b0da 0.00 MB 3 0
100,969 100,969 000000000001ccbbab10c8a24f727109f7e5765b973ec6d1842bcd7f9e66bcdf 0.00 MB 4 0
100,968 100,968 00000000000404b98659fefeb88dd7e118ab105af3e16e7886f79381bb970082 0.00 MB 1 0
100,967 100,967 0000000000024749a7b0fb0929f197e92cb7497eb2761d58bfb636b17884ea7b 0.00 MB 1 0
100,966 100,966 0000000000013cf46e61c417af0efcae9759aa7d58e1a02fcbfbb9a24d875d5b 0.00 MB 6 0
100,965 100,965 000000000001d2fbf6c5d276df208917a1bfdf4fbd5bf9e40e2958790dc13f1b 0.00 MB 1 0
100,964 100,964 000000000003764e7c673b5157e0f4cf043fe119a2779936d4865cd1daa37a48 0.00 MB 1 0
100,963 100,963 000000000003152fc4c79c41d347675463f36ec71261b8e8958027d0c352eddd 0.00 MB 3 0
100,962 100,962 000000000002200d9da919a6e671ad55c63cb6d104ccee0b36bd1ad28d582d23 0.00 MB 1 0
100,961 100,961 000000000000eb02597118d6192f4883e5476b229afb5cee40825645b7fd4440 0.00 MB 2 0
100,960 100,960 000000000003302bd0c5369181e128dbe4af5ff307365735be78ee0429875d8b 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.94 GB sent, 98.58 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.