Memory Pool Memory Pool Refreshing

3,638 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,178 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (771,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,030 136,030 00000000000003a2271b7622c042cc6ec6c0a06525e387994d0619744a892fe5 0.00 MB 14 264
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 0.00 MB 1 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 0.02 MB 35 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 0.05 MB 146 246
136,026 136,026 0000000000000025f1412903d6e44c41cacffc564d70a4826933c145d2e28101 0.01 MB 15 643
136,025 136,025 00000000000008d213f9b8779932682c60780181776ec0184b30d98dd435bfdf 0.00 MB 14 250
136,024 136,024 0000000000000a0e9c456ac1aae34c0909741a585ad16908c8777f852a8d78d4 0.01 MB 29 767
136,023 136,023 000000000000062eedb932fad70f4324427ac443964b8bdd522dd1856daf83bb 0.01 MB 38 844
136,022 136,022 00000000000006dbdb1523fc56c58239b891c3350080e296d6d40a90f02b4455 0.00 MB 10 734
136,021 136,021 00000000000008507ca6db7473d499d8872a4309111c9eba15ab845edee7be7e 0.01 MB 51 631
136,020 136,020 0000000000000435f122d6f24142bfe6765457b64fe8e52951ae22489561c25d 0.00 MB 10 810
136,019 136,019 000000000000046050d35c566b676d47fc0429e711140533b0201427fc1b627e 0.00 MB 5 1,941
136,018 136,018 000000000000079a06b3a87a62247869ea698a87a6e8920fd5334ef804a66cc5 0.03 MB 113 176
136,017 136,017 00000000000008b74553b863847643e93461ed383ee3bf52b3575b6b5e2ce207 0.02 MB 53 638
136,016 136,016 00000000000006b925259d7439ae6cb6ac70d3ece64a52e785071942815c9f77 0.02 MB 27 168
136,015 136,015 00000000000001d9f791901a489fdf71d39cdcd0533d04ca3d5372e94861295b 0.00 MB 4 64
136,014 136,014 000000000000032b10979f9eceddcf1f93fa193dc7194a6eaf337b6c8a039719 0.04 MB 133 154
136,013 136,013 000000000000089615ce492e8881c514b7f0ef769323ae1bfa2d3709a7c20cff 0.05 MB 106 444
136,012 136,012 000000000000099af0028cd9144a1cf3ba07845805efd7ffdc32d1040c47c39c 0.01 MB 27 528
136,011 136,011 0000000000000174e2560f6f82f50d12ffffbae3016c3530ab5a92888a38142f 0.01 MB 18 534
136,010 136,010 0000000000000a1353888eae75fdbfb9718fde9ac664ca950c9b30adaaf3b1fb 0.02 MB 42 159
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.