Memory Pool Memory Pool Refreshing

2,618 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (749,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,766 158,766 0000000000000c9a4d04b0f39e16b8f70b87ffce80718db0c72994931923aae5 0.02 MB 25 655
158,765 158,765 00000000000001ac8a9fc2c50d72d46eb3938e2afc5c7c814fdcb16cc3bd9ffe 0.07 MB 60 78
158,764 158,764 00000000000008691df6b568178afdddb644a28fa5f0f4f3e5870ff119b738ec 0.01 MB 30 122
158,763 158,763 0000000000000a2ca59a161242fe622ee27575916407231d802b1e99303f02e0 0.01 MB 11 78
158,762 158,762 00000000000006ae23e61fa5514d852a1b06e3269c4b6531063796e7d8e7c866 0.00 MB 6 892
158,761 158,761 000000000000096dcacdf0bb8723882a7b2865be2aa3c5a4d21c47986d1b3e3f 0.00 MB 6 105
158,760 158,760 00000000000004a5122e250715fc230a0b1acb9840e63835fa2d7f1ff1d0ad01 0.01 MB 10 26
158,759 158,759 0000000000000bdd979586dcc66c7706608e8dc907dceb6fdcfb70b60618a061 0.01 MB 40 9
158,758 158,758 00000000000009b39abdd850f7080f4f519e454208eb975e495d828b474c75e2 0.01 MB 32 83
158,757 158,757 0000000000000514653c5ec485eb507181c0ac2502b64782abc9f39becfb5cd9 0.02 MB 35 96
158,756 158,756 0000000000000c32222a6e39e6969db7256178ef613cabde830b4011be11f776 0.00 MB 6 30
158,755 158,755 000000000000049d876501834eb8a2706106b77a2a1b2e175755167a8dad0727 0.03 MB 94 7
158,754 158,754 000000000000057b44249ab515ead8956abee276684f34791584e996157a8f76 0.01 MB 14 234
158,753 158,753 000000000000037d54c5809f1a5c965e38ca27e30ea08fc3e13d822f47e5171e 0.00 MB 15 71
158,752 158,752 0000000000000724cc00b738655b2ced23928500a6968422a410f36566cf394a 0.01 MB 19 486
158,751 158,751 00000000000005355566bb0a21346348388c864c399663816e1256ddbacb20e6 0.02 MB 10 5
158,750 158,750 00000000000005f4eccc33a62f227c1894ab1b2092eb7f9842cac7f3a6579674 0.00 MB 8 0
158,749 158,749 000000000000098f6b599e429e99197d454d0116015c2a7f3f13fd04fdf20771 0.03 MB 39 70
158,748 158,748 000000000000052517d56d76817cf16e8d47d562d784a98c652b7a94c257db2b 0.00 MB 14 0
158,747 158,747 000000000000004a84009ff6dfe4657e78e86f1c40fa6716cb12be248e896163 0.00 MB 1 0
158,746 158,746 0000000000000ba56176eee9fc28e385f05d72b3fd9398a741aab65751a68891 0.01 MB 30 146
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.