Memory Pool Memory Pool Refreshing

9,876 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (743,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,777 164,777 0000000000000313db4dc7a19b837f62093ceb271388941b2f8ef74d012f59fb 0.11 MB 96 694
164,776 164,776 000000000000099869dd1047cb08697de9c41d90b1d721144f84584067175ef3 0.02 MB 53 0
164,775 164,775 0000000000000303b17c48fa0484b62cde4e7d4f08d0a3e5f6a3ca6ebcea95be 0.07 MB 187 176
164,774 164,774 000000000000032ba2ff4182254b23ec7e09799be8b614a86689f7e97bd17575 0.05 MB 95 112
164,773 164,773 00000000000004c4656d5463d6cde233ca1aa44e8406e908d528acb763fff3ce 0.02 MB 59 161
164,772 164,772 0000000000000b16845f94582be0dd887f40a4cb4d9b56f28d916488713006b7 0.05 MB 70 721
164,771 164,771 00000000000009eceb582356d7fd6e8a0d3c8634fa6d2cc3c7f63e981d3be17f 0.07 MB 16 53
164,770 164,770 0000000000000b9519fb41e73b1921717e9c6a2d08afe2ad5bdd6e1ef42abba2 0.01 MB 14 200
164,769 164,769 000000000000055b28b0ca8444bde7bc3bb39960247bd3ebccf843277209947e 0.03 MB 85 0
164,768 164,768 0000000000000a69493a386c85978f9decdca3cd83e4e0a22bc80f9cf0605180 0.01 MB 16 14
164,767 164,767 00000000000004d8135bc46d841e9b5afa196630625d5008989c8a61bbe2568b 0.00 MB 1 0
164,766 164,766 00000000000006c68f845897f45794f5f0d0994c6b50e0704a81f361cc77f5e5 0.01 MB 22 49
164,765 164,765 0000000000000aeffb10c6aec141f2ddef40b9956dc471fbf9fd32508f60eb9c 0.02 MB 38 166
164,764 164,764 00000000000005b323fc3323744304cd0cfd112c24920719de2ea8424a724091 0.05 MB 127 108
164,763 164,763 00000000000002d03d516c8d8fa8c5cf06a36b4a4e68b58f3a7437c0648a1adc 0.01 MB 37 4
164,762 164,762 00000000000002d94880735b711bdd391439191c6420e35ac95db6a42c4292f1 0.04 MB 73 126
164,761 164,761 000000000000010ea1de99abc7258025164ce02609a90dc0b7ee6394ec6814f8 0.02 MB 52 2
164,760 164,760 0000000000000747d8f8a123888a5d7acc327773b2ccedb7384f798cc194be46 0.03 MB 65 184
164,759 164,759 00000000000009bc5db4487f913e58e746ca633193e8deb06eda7288f389e581 0.05 MB 90 73
164,758 164,758 0000000000000c085c51d72899c2386a04907b07d1c98848e1d799e2d3200607 0.05 MB 140 23
164,757 164,757 00000000000007dbd23a05b68d83a115dc92b4bdad0aa8c6b9011f1f1f53d2cd 0.02 MB 45 185
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.