Memory Pool Memory Pool Refreshing

4,238 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (808,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,782 99,782 000000000003c17effae9a9909802e1e3b553a3c383f6fa7fc915d2bf90ab7f2 0.00 MB 1 0
99,781 99,781 00000000000263f87304af4feb3267731bd5e025b6e0ffa307e2896b0f63ad11 0.00 MB 1 0
99,780 99,780 000000000000ea5a5fe184692e9c1da6fa4b07f863179dca23f07201d508fa72 0.00 MB 3 0
99,779 99,779 000000000000ebd363ca1c2e5e75cc6f79c5708fffd9d5d56c3e75239afc20e6 0.00 MB 2 0
99,778 99,778 0000000000031c744228e520675a8154ec40da32360873e5f123aea1f44e9aa1 0.00 MB 5 0
99,777 99,777 0000000000024f24073351990c55b055fe98a80464ed122a36f6db91b9f499cd 0.00 MB 3 0
99,776 99,776 000000000003cb3a545ee08e56befeb7b6a7a082bdd3234de4c808ccce815557 0.00 MB 1 0
99,775 99,775 000000000002892f626ce2e2150d12400af020d8d47604fb34a49c46e323e3ce 0.00 MB 1 0
99,774 99,774 0000000000009e2065617908a35dfb56e32b5ee3d60ccbb5be50aff5293aa135 0.00 MB 9 0
99,773 99,773 0000000000001702943320136b48f7f23d45f5746f6aa50e21ad13a4a60ec5ef 0.00 MB 11 0
99,772 99,772 000000000000867f3cfdeebc7e0614dc0ce322e426042ea3e2ecf06069ae0e1e 0.00 MB 12 0
99,771 99,771 0000000000006ee457cf80547d1f00068b0ca71b0e3f443474b9bd7b602eef8e 0.00 MB 1 0
99,770 99,770 0000000000031fb0864ce3dddd7da62300f31f2af6e644db5007f0354439ec6f 0.00 MB 1 0
99,769 99,769 0000000000038fafee6dfde0903e0c984c32ee5e207f340e9779047541ea2007 0.00 MB 2 0
99,768 99,768 000000000001d53b45f1a10b7f469220d82b5d1c7e5c7b270674323279f09cee 0.00 MB 2 0
99,767 99,767 0000000000030df54a12410e8ba41e5e8b62ab971cb8fa0060ac6b650d20f553 0.00 MB 2 0
99,766 99,766 000000000000386703a64a7f2585b9d6a1d46430044f9315447966dc84701515 0.00 MB 4 0
99,765 99,765 0000000000038b069df2569aadcbc625ecec3a565d5746a0d87a4213e4707feb 0.00 MB 1 0
99,764 99,764 000000000001f6f94ba998e4f3c4abcc6a5dbcde28b1032b4e4f6dd703863f1b 0.00 MB 8 0
99,763 99,763 000000000000eb02225c9ec8c2fbec277ee5da996000af99155fe019f754d317 0.00 MB 3 0
99,762 99,762 00000000000042c7dc01ebcf54714f5185b90994e7c7a44a4158c75e882abac4 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,851.72 GB sent, 101.51 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.