Memory Pool Memory Pool Refreshing

3,177 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,655 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (33,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,826 873,826 0000000000000000000016ff871c7bb0a398b65b894f44ee6e7e09fbea5baac2 1.72 MB 4,567 13
873,825 873,825 00000000000000000002745ace90cfde7e7243e8e47f36d12e8d6448344f60b0 1.66 MB 4,238 17
873,824 873,824 0000000000000000000156f0ccc63eb177202ac657ee2eef18dc454018cedcb4 1.87 MB 4,197 10
873,823 873,823 0000000000000000000077b4f6f49cd99936bdd8199a5cc39963cef4cba99ee2 1.76 MB 4,550 15
873,822 873,822 0000000000000000000185a6e92fec9793a06bb37f5fe8cc4ac32f971db785d1 1.69 MB 4,289 14
873,821 873,821 00000000000000000000ff310672ef2f04b85d8c952df2ab86ee40c10ed180a0 1.74 MB 4,317 12
873,820 873,820 000000000000000000017c2f3209fa23f67c4ac06245b4561d03ad0a782f513d 1.66 MB 3,364 10
873,819 873,819 00000000000000000001feac2cf2ae79045e656c171fd14769ceca9f92d1d368 1.83 MB 4,022 11
873,818 873,818 00000000000000000002764559ed1758640c2d6313d655ca9dab7fcd1df61acb 1.73 MB 3,653 12
873,817 873,817 00000000000000000002ad57f0e67f0a2e6b49df9fb94ec0945fa61674e5da32 1.73 MB 3,651 12
873,816 873,816 00000000000000000001ad5cc4b90168327f259fa8236f7a920064cecc10c588 1.73 MB 4,248 13
873,815 873,815 00000000000000000001b8b1b546054b642021758b33965e9a709e7634655c0b 1.76 MB 4,112 13
873,814 873,814 000000000000000000008474941df0cabe0694278246154086b1d26554c1ef3e 1.60 MB 3,895 17
873,813 873,813 000000000000000000005825ba672771427bf521cf60ee950d3b2b311c5f2936 1.62 MB 4,104 15
873,812 873,812 0000000000000000000098bb8a5bc5a7550a282dc44c84749dd35619f66db165 1.62 MB 3,996 18
873,811 873,811 00000000000000000000ebfc54de6c88c4d5be0d6c7d17abd926c1d0905d29be 1.64 MB 4,204 17
873,810 873,810 00000000000000000002110b4a542f7fd9d54e6d034630c1687f04bac82bcb00 1.66 MB 4,179 15
873,809 873,809 00000000000000000001a3b90bcbe1125379ebb3395ea6666232034acb1b8180 1.64 MB 4,179 17
873,808 873,808 000000000000000000003d72c982c6eb884e1b2dc05f419da562a83e80339677 1.73 MB 4,446 11
873,807 873,807 00000000000000000001791cf3133c2a3499b96af5142645c12981d0ea9744dd 1.73 MB 4,014 13
873,806 873,806 000000000000000000016df4bd2bb774c247810133b1ede4a1f6b1288e833736 1.67 MB 4,305 17
Previous 10 blocks ↓
Total Size: 769.06 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,627.87 GB sent, 93.18 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.