Memory Pool Memory Pool Refreshing

3,531 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,693 (617,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,472 290,472 000000000000000086c49981c2dffe689633729133966f11016468900f16c85d 0.89 MB 299 12
290,471 290,471 00000000000000007ae4bff03f643fc5f901b40517eb024077e6530eac48fb7d 0.25 MB 394 21
290,470 290,470 000000000000000094a394d15d59b9d4a905b471d91a79211c5a233107903131 0.50 MB 961 36
290,469 290,469 00000000000000003b5e13223bccbc40ec9241921a3f9c85398e9ebc551d1393 0.35 MB 750 54
290,468 290,468 00000000000000004759e4f1f5d8ae03a1bf9e1957de1ecd5c7565058bb7d3e8 0.50 MB 1,293 45
290,467 290,467 000000000000000019d0b6d56eab8507e9f9cf5c1d517960f354e7bda42fc3c4 0.50 MB 974 47
290,466 290,466 0000000000000000e83859211a08dd4dacc10a695836c3cbe5791f013b2243b7 0.50 MB 64 49
290,465 290,465 00000000000000009f30681f6bbb3884c236102db22d2b31b03df69e4c331de7 0.50 MB 153 55
290,464 290,464 0000000000000000f534b997be287805866609c83d9cf57f92e61644d92eea68 0.01 MB 50 111
290,463 290,463 00000000000000002bc65b72944d079ce3512ce10506cfb5ffd434310a6a31aa 0.25 MB 182 55
290,462 290,462 0000000000000000f567bcc8c405613c4a01a4a5cd3fd9be122779d4ef7fba15 0.35 MB 332 68
290,461 290,461 00000000000000000e6dbed4450ab2524fa397007e36bc935a6b988b7eca3627 0.25 MB 243 27
290,460 290,460 00000000000000007bc52142c7cf640e9a38bb0482e227e6a0e0f69882683575 0.27 MB 365 35
290,459 290,459 0000000000000000b20bd73e064f35ecf88fb8ffa3518103b0c48b1f9d378461 0.35 MB 535 33
290,458 290,458 0000000000000000812d9e75fd3f1b03ff980501a56721cfa21ed3a51e76f87b 0.10 MB 223 37
290,457 290,457 00000000000000008824f733b41782596da82720ed207da8df4ca05b6a5aebc3 0.78 MB 1,173 30
290,456 290,456 00000000000000007e8d489229dd8e222409d30054fcfa49eec02c4d7763f7de 0.67 MB 713 22
290,455 290,455 0000000000000000c9b79183a6eec359e8c51de08946578c5a272cf8d4fca5da 0.47 MB 455 18
290,454 290,454 00000000000000005b6c897b3dea266f535dcd227bb1f4c60dba546dfe4f8062 0.35 MB 864 44
290,453 290,453 0000000000000000c4679570f84c670e265e8a62aed09a4c9d0dec5cd590609e 0.21 MB 512 58
290,452 290,452 0000000000000000cd6188982c8c0441fa51b019daabfeebcba773481e334d46 0.49 MB 540 23
Previous 10 blocks ↓
Total Size: 768.97 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,615.60 GB sent, 92.66 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.