Memory Pool Memory Pool Refreshing

10,552 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (771,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,759 135,759 00000000000001fcbd477939eaf31ce70845f50ce5a42f5c2c5b0990e02ebcf9 0.01 MB 15 183
135,758 135,758 00000000000001d006de813b85a11bb0f9392b5c4df3ab7e5e2524d2faca27b5 0.05 MB 106 408
135,757 135,757 00000000000008e9bc8b2d3636e66b6e2ddf6ed90bcbc6d3f2b05aa296c9d5e3 0.02 MB 55 91
135,756 135,756 0000000000000a3ac4edf01940ef6e4976cd2b3d76c23c12a68f175a8afb50c3 0.01 MB 13 91
135,755 135,755 00000000000003ebb60fedb94fdff878a5f534038c9e0a4c0cabb9e6a3e192fa 0.03 MB 100 142
135,754 135,754 00000000000005b165115485a0ae475d6267ec437683d3e2470da8caf6a60a88 0.02 MB 63 67
135,753 135,753 00000000000002fcc83cadfece591d09402fba03d69bbf29c6a7a223f9ea3114 0.02 MB 54 306
135,752 135,752 0000000000000684e24625093bc0e30e73a1876d2c33eb782f28eb199c7d9fd4 0.00 MB 1 0
135,751 135,751 00000000000001a590c20a39cf39111993b61025544525e9a94d11d5cd6b31d9 0.03 MB 70 207
135,750 135,750 00000000000009b58502683615c0b3eed40b908475c6c1a21b03c841daf27c1d 0.01 MB 15 221
135,749 135,749 000000000000006bc599616101e37644bf2b780f0f20100252bd859ea06b7517 0.02 MB 42 228
135,748 135,748 00000000000007ab603f57802575e1fbe86028b91f1e0a908a2fd5520fc1ad0e 0.04 MB 130 212
135,747 135,747 0000000000000483c5e59fc261910a76139ed5d648cc69672f117d118a9a0a49 0.05 MB 155 252
135,746 135,746 000000000000066dc17506e8750d4663778e7af6f6f8ca4eef167b78ca8ef011 0.01 MB 18 421
135,745 135,745 00000000000002c693287301a9fd2ab33bff93176135f09b42051cee29e61cd6 0.04 MB 73 297
135,744 135,744 00000000000004bd39eb588b18f4f1b538e0d040ac7fdf24f93b006d1484b1df 0.00 MB 1 0
135,743 135,743 000000000000089e0fd4c5a69edcce9049521e329124f8cc99cee62c12cb96c5 0.03 MB 71 224
135,742 135,742 000000000000009add745dd444728debfdc870a2126eae79c29f353e98536c6b 0.02 MB 52 413
135,741 135,741 00000000000003f615b4155b5cddf501d167311ded9f3375b9d6bf09b71ccf6d 0.02 MB 53 636
135,740 135,740 00000000000003d3b50f13ed0a22c6dbbaab8b7f361fe6a8f8c5869ea57759c7 0.01 MB 42 414
135,739 135,739 000000000000095250324c7c9e17876f74d41ac2b469acb120d6fa45d2ccdd93 0.02 MB 35 403
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.