Memory Pool Memory Pool Refreshing

3,045 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,120 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,690 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,119 (906,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,752 1,752 00000000f396ab6b62ba13ef214dfd15b1f17062da8d99742d63bbeeaa5a6a3a 0.00 MB 1 0
1,751 1,751 000000005b5c1859db198e9f51966a1719e53efb00a3ae7f2d5489bb9e9db1df 0.00 MB 1 0
1,750 1,750 000000003fb07cd6b88c2d72edacd4c9d168fa06c8c9859cd51a9eb593ff8f97 0.00 MB 1 0
1,749 1,749 00000000972a2a2e86dc713a277acadba1620837d2b9855dea844ad81e302a53 0.00 MB 1 0
1,748 1,748 00000000537e9a57c4218c609393dcb41d415e998ee6c9081a4815fab60bd2b5 0.00 MB 1 0
1,747 1,747 0000000059976df5b284b60f9aeb7bf97cc76b2647a47bced51168848c0f113b 0.00 MB 1 0
1,746 1,746 00000000446f4aca4f8a35100496a83d97502b35129ed1301cafe7943d2dfec1 0.00 MB 1 0
1,745 1,745 00000000047d04b3f745bdb8aae8f84313a611c3a68d0d23a6c2326fcc0dafd3 0.00 MB 1 0
1,744 1,744 00000000fcb88e7c9e4300f89c53c2c1bf547335e2edc1d88b226717dd2c618e 0.00 MB 1 0
1,743 1,743 0000000062ae6360470475642d32e20fea058d523b9eb55f8eef54d77a4aad52 0.00 MB 1 0
1,742 1,742 000000004963669f3b1276e3222d0a6539fad4ca5b1bb5e7150af49f5c6751f1 0.00 MB 1 0
1,741 1,741 000000006218458103c5aa28f412e6d56bf660eca974d0e53aa5b5916f08de68 0.00 MB 1 0
1,740 1,740 0000000046b7ed5890ee696b81606e98bc97481aba201255721cac2f427d6b15 0.00 MB 1 0
1,739 1,739 0000000040a67145d5e566cba64f0d5dd63fe9ffe8e0e0ac7dcae3ecc8a06b04 0.00 MB 1 0
1,738 1,738 000000005f4ee3550ae77c7651b40fcb37505a3bd254016f66de78d9bf54ebb7 0.00 MB 1 0
1,737 1,737 000000007f6d461815d7d53620358498e179e846a66084f2f6239c5e7a3ae9f6 0.00 MB 1 0
1,736 1,736 000000004de37d28a0f1229e7b34e6206dc18288431efda04eb8730edcc8282c 0.00 MB 1 0
1,735 1,735 0000000085a99775be185c1c86668f64c415ed150af0c150e1332c88fa128993 0.00 MB 1 0
1,734 1,734 00000000e83a8dccb7792a9597503bfbfb08a6310df0a997b3921e3e3e9fa843 0.00 MB 1 0
1,733 1,733 00000000b657947b4fee40933358d97b9ec6b2130083d1346fd5e0607d2c5941 0.00 MB 1 0
1,732 1,732 0000000025de8cfd005b4e2e485ad0838870d9158ffcc350a3179e469920e3a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.75 GB sent, 96.74 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.