Memory Pool Memory Pool Refreshing

5,153 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (16,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,788 891,788 00000000000000000001d3af5ddf7bd7732512597543f2d772bdf110cd8da78a 1.89 MB 2,934 5
891,787 891,787 0000000000000000000135682ff2e1bd406b4f0a318ce212a9d2fd6a7b6885f9 2.04 MB 2,028 5
891,786 891,786 00000000000000000000eb4fba2c138c1c7a666c8034aa6edba0c0a59fb4c038 2.02 MB 1,053 2
891,785 891,785 00000000000000000000854933ba5233b0e533bd1109988cbd8ca6ec4ec4f7ee 1.93 MB 3,037 7
891,784 891,784 000000000000000000009942393c797d6d0bff9e88bc1ae84a3d7e7546f46f61 0.02 MB 46 3
891,783 891,783 000000000000000000018fcf8db20f43ea008dd141706bc8cf8d0f1968b63e88 1.19 MB 1,724 3
891,782 891,782 0000000000000000000065f314ae95a38ba7d87a6dc8670b5517de8414cfb567 1.67 MB 952 1
891,781 891,781 000000000000000000019fb6071e43a5e6c717e4325e049f6f2fdc48c36b89c6 1.72 MB 2,888 7
891,780 891,780 0000000000000000000105aba0dcb7310b75bd0c66fcd2ceb0679d989e887198 1.75 MB 2,875 5
891,779 891,779 00000000000000000000dcadfbaf957925bdecab24241cf257578ef474c4478c 1.32 MB 1,055 2
891,778 891,778 0000000000000000000094182ef47c21faaf19be08aebfe7537014ad8a28f0d6 1.54 MB 1,594 2
891,777 891,777 0000000000000000000097149ad8a862844ae2b9b0148e409b0a634d6d0de0f5 1.45 MB 2,300 3
891,776 891,776 00000000000000000001162e06a9c38f848ceb05fd4aad3a798a42de4e1d60b4 0.83 MB 2,123 4
891,775 891,775 0000000000000000000055e95b66cd9fd41918a8c6789d5846423ba9f4fad67f 1.67 MB 2,407 4
891,774 891,774 000000000000000000008c3d17fc4b3b040fb04bee9475df456290fcf375ed71 1.56 MB 2,398 2
891,773 891,773 00000000000000000000e9ec2d8c7d78d464b6fd11f45d98fb3d36ef6bb0dce2 1.64 MB 4,149 9
891,772 891,772 000000000000000000001b854138ad0505d7bdb3a5573455064686e9d348e0e0 0.90 MB 1,984 1
891,771 891,771 00000000000000000000e62f39a23d44e72aeded4bc9ef2c9b692c1dfba6be3c 1.68 MB 3,837 8
891,770 891,770 000000000000000000020475485dffda44e3392cc22ac87ddf1724283906360c 1.61 MB 2,882 5
891,769 891,769 000000000000000000008621c77a17b65ca146ae0610e16274cfc7887db51091 1.66 MB 3,169 9
891,768 891,768 00000000000000000001fbebff1774b93ca6b0182453e7b9954665e3cc00933b 0.76 MB 1,331 6
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.07 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.