Memory Pool Memory Pool Refreshing

658 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,790 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (4,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,539 903,539 00000000000000000000afe45f9e05c1f58cf1726cbefd32dd0d3ea1e1ddbb79 1.76 MB 4,481 1
903,538 903,538 00000000000000000001fe820cc387db4739a1dea11865511d172c619e5a2db7 1.49 MB 2,588 2
903,537 903,537 00000000000000000000a69decbf903cefb8e2c7c05ec7f81542c55558b7148f 1.81 MB 3,057 10
903,536 903,536 000000000000000000020db9d721b9d5943de3595f1461f76c161e4da04cd3b6 1.61 MB 4,008 5
903,535 903,535 0000000000000000000130f5f8c94f18f8dbffa0560147281bee47150ef63c33 1.49 MB 3,107 3
903,534 903,534 000000000000000000008f89d60e7499c23ed5cb6892a63ee8dbc4af7bf645cc 1.58 MB 3,069 2
903,533 903,533 000000000000000000017dee9c128b9b828812bbeefe9d67b849305c85fac080 1.63 MB 2,129 1
903,532 903,532 00000000000000000000008bd3c4c13364ffa9f48ffed70fba7da1a9ac73bcd7 1.51 MB 3,033 4
903,531 903,531 00000000000000000000720b211a7edbf56194ee5599f675e6543bb663a2e940 1.51 MB 1,893 2
903,530 903,530 00000000000000000000dd9a5174bde7103b10a9bd254f47d01c9caac9398df7 1.59 MB 4,028 4
903,529 903,529 00000000000000000000d30d0dd30b57eea1698a66b519b0e2dc4eee22e29132 1.22 MB 590 1
903,528 903,528 00000000000000000000fbcf96094c765fcf4591a9541bba3631c60a090b022f 1.42 MB 2,412 3
903,527 903,527 00000000000000000001b60c467f4b802b103c0a9448b90b817cff77c4bb8305 1.59 MB 3,409 5
903,526 903,526 00000000000000000000d238eadf0f64a6048cf1f146c4296ce7933dcb5222a0 1.54 MB 2,884 3
903,525 903,525 000000000000000000008bfa71f53c796473a4b6046d48b45df5ddf83898944b 1.62 MB 3,931 3
903,524 903,524 000000000000000000023cbdefb634fab5347e18a07e7eed3e05c60d20b05b30 1.54 MB 3,976 7
903,523 903,523 00000000000000000001a76c31ce33d80880987b5016c1e3a095aba62ebde557 1.27 MB 3,034 2
903,522 903,522 0000000000000000000099866279dbcb0f60429120c4906be908736f391d5830 1.40 MB 2,710 3
903,521 903,521 00000000000000000001a42793412cf5a79cb70d8c9cdc4e2993da5c14948a34 1.64 MB 4,059 5
903,520 903,520 000000000000000000025db14a9dc1574e81839049784287013ecba4265b312a 1.57 MB 2,349 3
903,519 903,519 00000000000000000000ce7d76daa69ba91dbc444014a878f31b513cdcd416a9 0.31 MB 330 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.26 GB sent, 93.61 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.