Memory Pool Memory Pool Refreshing

392 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 367 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (795,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,722 112,722 000000000000401b18cee61c6ff67748ebc69bcce3de05d824edc24a3b69e4c8 0.00 MB 11 0
112,721 112,721 00000000000000d998451349458ddb66ac8b1eba0ab7d12565f815adfdf73f96 0.00 MB 10 0
112,720 112,720 00000000000020f4f32c49a53785ece6fd8cfd680d1869be420eeac1bb55c89b 0.01 MB 20 199
112,719 112,719 0000000000010350d4e7ae0b9ca8c8e85958f9c74f82a028dad8003c7054a8e1 0.00 MB 9 0
112,718 112,718 00000000000061f959e2aeb23380aad3ac2c1e5f28e65c21bebb9c042434bf59 0.00 MB 4 0
112,717 112,717 00000000000057075aa4225bc06912cf956043c66cb8da24f298aa7851104c4e 0.00 MB 2 0
112,716 112,716 000000000000c62796579d7d0042e33096edd13aa8621282dd3d0548886b5090 0.00 MB 1 0
112,715 112,715 0000000000011806fb870d9716a5c147492775cbae19085b293adc3937908ca3 0.00 MB 5 0
112,714 112,714 00000000000125e75b18179f058d7cec397873bb116a103e59e3472d1e5b4fda 0.00 MB 8 0
112,713 112,713 0000000000000539af8b8fd84167f427b3f2438cb6f51cf0c0864f4adad875c7 0.00 MB 4 0
112,712 112,712 000000000000398431fb0eb8480fd4afdcd369c5754bbec32dc7f88849730767 0.00 MB 10 0
112,711 112,711 000000000000bde1bff3e825d5303a787d2b6cc075bf02bc9a9fa52b0e3ba053 0.00 MB 5 650
112,710 112,710 000000000000c41a80279f88d03f519290693c12817940129eb26a2789b4c92a 0.00 MB 13 845
112,709 112,709 000000000000053cfcce36069723eac5a426ccd44e2c3321d63556d2b51f22cf 0.00 MB 9 636
112,708 112,708 0000000000012a6c57b4f972741f69ef7d94742a939b615f04846b0f711137d7 0.00 MB 7 0
112,707 112,707 00000000000066390a164b8ec3dcc2614b7659b17b306ed7503ef1227a463663 0.00 MB 2 0
112,706 112,706 0000000000007d41e36473cace8d2d47b459f57037d06cfb84be86ab24c246ca 0.00 MB 8 1,497
112,705 112,705 00000000000083e4c380b042b3fef872bf9f767cd0dcea324dff40dc14f7e3cd 0.00 MB 1 0
112,704 112,704 00000000000005febda320dfe3e38a4f81eebbaba4e2d647e52d716078982087 0.00 MB 2 0
112,703 112,703 000000000000166a5775275449d16c1f41d0f1ba06098bd9a74e0874a0f44f67 0.00 MB 13 884
112,702 112,702 00000000000094aa037ee22d3b377b5bec50f9ff787444334f627f26aa32b9c1 0.01 MB 19 200
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.