Memory Pool Memory Pool Refreshing

6,249 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,796 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (860,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,279 48,279 00000000363dcc7541e1126a0463b78699b5a0acfdb04d25a81ab189b14819a2 0.00 MB 1 0
48,278 48,278 000000000eeae8cde7fe57001ed5fd9f242dc4474c1c3a7f385496b7ad3a36a1 0.00 MB 1 0
48,277 48,277 00000000236eb7a2b2347377112973cb60040080abdfb184582772fcb96c1088 0.00 MB 1 0
48,276 48,276 00000000287ec665553ad297dbf43b79abcf8b91f97ffb11156fbe94bf86c5b9 0.00 MB 1 0
48,275 48,275 000000000bc63f74f5c6e42ec74205d7bc177ccf3832fbd11f33781dd07c4536 0.00 MB 1 0
48,274 48,274 00000000250a4364f686c164cb9d58fbc77fb2e84759f14dfe7c15692a32b3a1 0.00 MB 1 0
48,273 48,273 000000001c1dfae8e5511fd3eac042784ca1c37c2930f35352686134e2fc92e2 0.00 MB 1 0
48,272 48,272 0000000025a5563025083a08114ec70efa928af7ef28486af362432a23ebbe88 0.00 MB 1 0
48,271 48,271 00000000070ea2ec1379a59ce5afc5e84e61d4a0c6c50ad667f87e476022597d 0.00 MB 1 0
48,270 48,270 000000001d5d06be828601b2511074b771f866c5d76a429a66aa5cd242bb49d9 0.00 MB 1 0
48,269 48,269 0000000013b07d5a9c456cec38b82a388936bb539ba6023c4bc4467e9b2d1996 0.00 MB 1 0
48,268 48,268 0000000032ff47b718e9ecb6f8f697d7e99c8580284e1c73857f7fce0f71237e 0.00 MB 1 0
48,267 48,267 00000000290d985e92fb7a48e58ae8591c0ce6a2d56cfa123e99f02379333da6 0.00 MB 1 0
48,266 48,266 0000000020ae9aa868c08ddca16e97495fba933f607510c58c243109f0da3f9c 0.00 MB 1 0
48,265 48,265 0000000022da4f44a1600b9583fde085228aab3c57ef67b7aca20c0be2921f83 0.00 MB 1 0
48,264 48,264 000000000cc51b0e990b0a0e87868acda2f88451b2542383d58c4322379b6a30 0.00 MB 1 0
48,263 48,263 000000002ed1ca07edf83622c8e672ad398cea064c9d89f2b2f89345560f91fa 0.00 MB 1 0
48,262 48,262 00000000337af615ad12c30a6b1c23aed00b10e8630fb6604eeb1d88181885d6 0.00 MB 1 0
48,261 48,261 000000001e30e313c02b2b29c0078c21d9dcf7a46aaeb4f0686996f49e2623f9 0.00 MB 1 0
48,260 48,260 0000000010128a4130de6395b31b9d04511481b4bb0688f19587fa7a4b25e84d 0.00 MB 1 0
48,259 48,259 000000000f5b735ad2aa29ef86f1e2d05c241e9479d671d331535093a24038dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.13 GB sent, 100.77 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.