Memory Pool Memory Pool Refreshing

4,689 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,686 (821,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,776 86,776 000000000016a3fcf04fca0341f8635b39cefa0515deef700dff0cae3daab421 0.00 MB 3 0
86,775 86,775 00000000000266ba4f6e9042c4fafda45d51dcadc26623c9e877853fe440f804 0.01 MB 3 0
86,774 86,774 00000000000d6f103d2fb313cedc578be29acef832bb6fb4011852e4f8b0383a 0.00 MB 2 0
86,773 86,773 000000000003ca34c6cda662ab8e06cf2a2a33dd2994609a26a39900aa736ac4 0.00 MB 5 0
86,772 86,772 00000000000ded32843c9974d6cd926646a911a5ac944d2172730b056aaf9af0 0.00 MB 3 0
86,771 86,771 00000000000c9a02db51fb2c80388abeb589335e53ac94e475c5c4a9ca0cd395 0.00 MB 1 0
86,770 86,770 00000000000efe9fef99bd339b8db10e14752c857200e12af0656f242eab802f 0.00 MB 7 0
86,769 86,769 00000000001d4f05c5b7a766ced54a8d116f4ba712b287f0d6837840aed84c6f 0.00 MB 2 0
86,768 86,768 000000000002aae1b249aab01b76a867088ede9b5ee1d349b7675880caa682e5 0.00 MB 1 0
86,767 86,767 000000000001dea4cef9b4aa8794ac700c774cc6237bf459f0fa9e8a81e7707c 0.00 MB 1 0
86,766 86,766 00000000000f99016c4233f08873ded95a4127e7c4c39c1b33192cbe82936e03 0.00 MB 5 0
86,765 86,765 0000000000097993a562a4bb2bbf02dd6ab3a49a53eaad35c1ba39c4524cf5df 0.00 MB 5 0
86,764 86,764 000000000007f1a4a0380160b02920f2146838a53c2817e5e18aed16a944e252 0.00 MB 2 0
86,763 86,763 0000000000054610ec1cecd967060e7f256792f6451c11c341d2e94487bf11f5 0.00 MB 2 0
86,762 86,762 00000000000be187ae40a69f8c1097385c846c6d7db97e637577a53d1c5b16ee 0.00 MB 1 0
86,761 86,761 00000000000eb8e74b17deab80b58f3acc70ef31c85ebd66f93abefc75db7493 0.00 MB 11 200
86,760 86,760 00000000001daba6cf85f25c38983ff3bec854f2aa7144ab722cd9c12c7ad59c 0.00 MB 3 0
86,759 86,759 00000000000e3e459af0346d94abc69447b70d22f581aa7f7c017fba368b453c 0.00 MB 2 0
86,758 86,758 00000000000b3dad8833b4f0663aa488b9c9d1a114b7df206d3300718989ad47 0.00 MB 2 0
86,757 86,757 0000000000098b7195afa32180a08632ab0e97d8da75cc20fea677ef2ca1a768 0.00 MB 2 0
86,756 86,756 000000000017cf543e6dbe4e9f2a963ba4d3402ee3fa59ec79260e3a92cd218e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.04 GB sent, 101.83 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.