Memory Pool Memory Pool Refreshing

13,542 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (755,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,214 152,214 0000000000000ac268bf71192d2defcfb06f69edf7480d955b81151bce70a552 0.00 MB 1 0
152,213 152,213 0000000000000d428370afb9d702f75a49b3666c1affbeab44132bbac147475a 0.02 MB 64 611
152,212 152,212 000000000000054a06b704720645a747f078b31bc42ae52c5087dff781f4dc05 0.01 MB 49 6
152,211 152,211 000000000000087a0d8e7e9cbd142ebb282adb8399b07107583d678fde99a15e 0.04 MB 39 105
152,210 152,210 0000000000000db67e8d87f49bf709e8078d2e87c9d45892f6c1945d5999d549 0.05 MB 92 73
152,209 152,209 0000000000000cba9662b7431d84742338e78e8fe51433b95870631f9d592384 0.01 MB 41 260
152,208 152,208 000000000000011a06030dac856874fcf539afdd8ea80edc8d352cdbf1e78237 0.00 MB 3 0
152,207 152,207 0000000000000296aff2dc3ead95bf0d2ca6e5ff94bd68f048c1d8e44d6ed614 0.01 MB 24 176
152,206 152,206 000000000000059ad1297348fead40a142867180f96285b4002291c802add15c 0.01 MB 9 482
152,205 152,205 00000000000003eb3aababa2fc426cf0df2f088e1bbbe59fe56256a91c98da4f 0.03 MB 95 34
152,204 152,204 00000000000003786a1f68a61c89c31b2ce8f9bbbd405932fba8899ce4514ea2 0.00 MB 4 0
152,203 152,203 0000000000000bbd07eff67a381ce67ba0c95d1d6b3e9cca023c104120c849c5 0.01 MB 36 144
152,202 152,202 00000000000008177b77595713cc0621db580f44d5422004bdb5d87557eb657b 0.01 MB 17 92
152,201 152,201 000000000000000eb15f10f3bc37d0033eccd66147f7914e7c5804d4f68a3b74 0.01 MB 29 198
152,200 152,200 0000000000000359df20ee40fd4885f5b0fa113c742fb5fc9327b657f7f1762d 0.01 MB 17 1,284
152,199 152,199 00000000000005d39dfdfe00bfc0ee933399758d7e2ddde85eb4400c35a86705 0.00 MB 13 138
152,198 152,198 0000000000000be4e4d3a331d238598b45c8e65ed1bcc109f3acd867d040ff08 0.05 MB 91 441
152,197 152,197 00000000000008dd5b97e434de023d764f5aa35adae296abc3c1c239884e1316 0.01 MB 48 24
152,196 152,196 0000000000000858f3c1c988fa0558c5c36b38eea4a34a709309b22da6f3e9c4 0.01 MB 34 114
152,195 152,195 0000000000000467fb08c5fb85a321c8d0a85e1f8840e34b6cada3dd4baedbdb 0.02 MB 46 249
152,194 152,194 0000000000000665fb8f9762dc172c00e921e753e9ccdcb2b96b3c46bbeb41b1 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 768.93 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,612.84 GB sent, 92.49 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.