Memory Pool Memory Pool Refreshing

1,467 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,658 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,462 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (821,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
86,755 86,755 000000000010a713a2ab54c796fcd9a01e402fc0bde1920c9243920632a25bb9 0.00 MB 4 0
86,754 86,754 00000000001a690dec1254d5cc591021d383fcd1fac569519b01504f768e99f7 0.00 MB 1 0
86,753 86,753 00000000001d784d1e6efefa8f75bee5352d1aa2b77a6f7ef719d369e176c488 0.00 MB 4 0
86,752 86,752 0000000000170d326e308ec4d6c6b550ce9ab5f438b098fb5ef588313a54a5e4 0.00 MB 4 0
86,751 86,751 00000000001afe5cc20ccc9d76bc8f0a40f7753994c501a76cba5c852d6f81ce 0.00 MB 3 0
86,750 86,750 0000000000179ac6a08c24628e4d8f0f53643b4c78135717828c31b8504f0e8a 0.00 MB 9 0
86,749 86,749 000000000005165268a8a06054140fbaac013bda024167123d3d62b0900269e7 0.00 MB 3 0
86,748 86,748 0000000000046aa60f2a28f6afa2821d491b1ec276dce98ab3a376cc6503fb78 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.85 GB sent, 101.54 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.