Memory Pool Memory Pool Refreshing

1,831 transactions
21.20 vMB
Show Random Selection Loading Transactions
Max Size: 85/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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (808,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,586 99,586 00000000000382b9323542c2db727b51a97a12d4aac0efbec29902b48507310b 0.00 MB 5 0
99,585 99,585 00000000000056fd985cc632b1144e8ee39b1b976dd74d28df3bab4bbcf9267d 0.00 MB 4 0
99,584 99,584 0000000000016ef4c4ef649095621f115fb1dbdc81edca070bb29e1a521269f4 0.00 MB 1 0
99,583 99,583 0000000000029f2febef6f82629c044102ade2af4e48d7a4c705bb4d077aacb2 0.00 MB 2 0
99,582 99,582 00000000000376b5b6788c5679c37f2c5e838c0535e6abf32a41125739766152 0.00 MB 3 0
99,581 99,581 00000000000108d9aee57108301f4109c28881167740087ab1c7648197d02198 0.00 MB 2 0
99,580 99,580 0000000000037eba1d2587f45f6e3c5088cfe9dd0ba529ae41819c7afbd394f4 0.00 MB 4 0
99,579 99,579 000000000002f9ef7487de823b5b9340b09db998fd2d684223fa38d2cff06dc4 0.00 MB 4 0
99,578 99,578 0000000000032f1653472a9869ed7969eedfd22fbe95d1856bbc0529f6b69aa6 0.00 MB 1 0
99,577 99,577 000000000000be399f3bf5738bd386473a7b1cd1ca9c1cb603a342886dbc1908 0.00 MB 3 0
99,576 99,576 00000000000216a6878245f23eeddc0cb3c6068a0f4428114c8c0c78d7434f21 0.00 MB 1 0
99,575 99,575 000000000003095192de8fa03ce78b1de9c05e13263ff133981118777eab1339 0.00 MB 4 0
99,574 99,574 000000000004502bece51be2beafc73d9156a1f12d4d9e533a030e4cc927c63d 0.00 MB 1 0
99,573 99,573 0000000000024009b7db70433dd81bd9a7d82dfb198278048acef49ac1caf950 0.00 MB 2 0
99,572 99,572 000000000002f4f546bf57c67ad29542a3013de2631f6f7ae34e96bdf4e41ea5 0.00 MB 1 0
99,571 99,571 00000000000214bad97a24d2197e93eb73c109254af06e7704f2f0fe086ef642 0.00 MB 8 0
99,570 99,570 0000000000027bf07bf23993cd4b4f58c410f97db5bc8aad2437503ad4932100 0.00 MB 1 0
99,569 99,569 000000000003be7bfe2296329d9aa8bd7526a00d848724d1e3b30ea4385b81d5 0.00 MB 1 0
99,568 99,568 0000000000015823d65b0fd3020f10fa5f7a480b18475acd6ff52ade259ed044 0.00 MB 1 0
99,567 99,567 0000000000007ab2a0c5dd23b7a255388c4046eaa7a7bb9634ecf4f36bfa1bf9 0.00 MB 1 0
99,566 99,566 000000000000039d502ea3f559c1cc4e36d5a9f5376bd393a0c001cf9daebc08 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.07 GB sent, 98.65 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.