Memory Pool Memory Pool Refreshing

3,893 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,025 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (862,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,570 45,570 000000002bdb5c435519cbddc164adacec8f566522a9aa4783eaf0cefe4220db 0.00 MB 1 0
45,569 45,569 0000000009bbf5f218ed6e319755d8c6855d2e9f8c5574fbd8711550a14c6768 0.00 MB 1 0
45,568 45,568 0000000036caee4ab9f01173ae3859e987a6de2b773520b647aa9b825356272e 0.00 MB 1 0
45,567 45,567 0000000020685b6fc9620af88b122b83b104c705e379bbbe77f446b0b5dbc3a0 0.00 MB 1 0
45,566 45,566 000000000ff03b31f06797b647c091478d4cd008b57c040778d9f41028bdc2a4 0.00 MB 1 0
45,565 45,565 0000000000ee3dc17441109fd4bb7f33ac9add601fd9ec7381ba5495190e6e53 0.00 MB 1 0
45,564 45,564 00000000376b78cfc7b7c82ce1d53acac6f34691f64949ce034c2ce95fa1a1d5 0.00 MB 1 0
45,563 45,563 00000000262da2ca32de97110085ba2bae3b1507da6efdf279f7e2e773a820c6 0.00 MB 1 0
45,562 45,562 0000000014ad6878f88d4c79bf7bfd79ca9e3ca9b620dd5dd24a7fb44964e94a 0.00 MB 1 0
45,561 45,561 000000000cc9388030b68698f01b7425d5906da43f0fada592f291331bff0837 0.00 MB 2 0
45,560 45,560 0000000017af4729ec90d092ea173e5abad3809e03c0a0ca10845009ad1d58cb 0.00 MB 1 0
45,559 45,559 000000000bb64efbadc5c7a759f4610deb24dda11731fedd1d5da67166c13712 0.00 MB 1 0
45,558 45,558 0000000030e3cbc6e6011de3a94faca0c9666dec681c3a03ad19b7fc66af76b1 0.00 MB 1 0
45,557 45,557 00000000048e419c0a688faa8abfc5ee7318e47e7f66204f0f934892ff7e2e87 0.00 MB 1 0
45,556 45,556 000000000151d537fd6c608ab1ea829647d7d09858ad9d35fab60eacb9b9b9f7 0.00 MB 1 0
45,555 45,555 0000000019f8e97100366022687dc8730b41f75e1d6dc9215327bd5dfd0a4ebf 0.00 MB 1 0
45,554 45,554 00000000177b2613e0421617f04a3607b2f77dc4ae24839d4414314a49aa7e5b 0.00 MB 1 0
45,553 45,553 0000000011707f65d0f1d391f87fcbc90f0e81a3a85574866296e0b0695acf08 0.00 MB 1 0
45,552 45,552 0000000006afc8ea20b36049c5c0d5fb676fecd56f6802c611af69aaade3b4dc 0.00 MB 1 0
45,551 45,551 000000001d7ba5ed1c609144397003e1db181a2dbacd1566c5b6ad935d23ca50 0.00 MB 1 0
45,550 45,550 000000001ced7e6a8f3b6c37926f83bcb9b6113f2d70a8db80f36991da2244c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.68 GB sent, 96.49 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.