Memory Pool Memory Pool Refreshing

7,740 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (813,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,914 94,914 0000000000032e9e28017ff2aa63199af4cd17da5191afd44282fd6bb8c49e43 0.00 MB 2 0
94,913 94,913 00000000000146a70945ac826be2deaac296b20f1d59e8343886df9e807cf8b7 0.00 MB 1 0
94,912 94,912 00000000000402652011b291149bfb6acee90def4e516d546469088e0536b543 0.00 MB 3 0
94,911 94,911 000000000002d8599f41881e68e036026a5ca02fc42f8fa748d5c3cd07ebdc69 0.00 MB 1 0
94,910 94,910 00000000000120d80158a53b734a4241e658a3a245416be99ebd4970761ab276 0.00 MB 2 0
94,909 94,909 0000000000032d4cbadc40dc1699e3aacb56807fad20fee607b814344f5dd1da 0.00 MB 2 0
94,908 94,908 000000000001a15e5b6f2155801baa72270dbab01a90eb49668fa12bc63bc72f 0.00 MB 1 0
94,907 94,907 000000000004587c17a8194099e426c06db8b8bc1251daffa1fce379d4d1ce73 0.00 MB 1 0
94,906 94,906 00000000000265e47f4f78eab1a046f84a6b27a0e52ef754bac8cb9969e33b1b 0.00 MB 2 0
94,905 94,905 0000000000022d0d4c1f39b605ba122aa0bf2f98ae9d1aad55caca204cd5dae5 0.00 MB 1 0
94,904 94,904 000000000005cc02a450153cb3930dd362f0c196cae9d090e06c2e8d0e9e755f 0.00 MB 1 0
94,903 94,903 0000000000074652e6f325648b0756ccfd3c7fdbf0418516547aad5949a3dc77 0.00 MB 1 0
94,902 94,902 000000000004cd3717e8ffc6fcec21c15718ac44085423cf517be08bba2e026b 0.00 MB 4 0
94,901 94,901 000000000007c278402bae2ff8d81e3dbaf4764c4ea4b1b66af6b9cfd65bbee2 0.00 MB 6 0
94,900 94,900 0000000000066e0020f4f74c274569a6c19227ccff8ab0f8459dc38f009cea56 0.00 MB 1 0
94,899 94,899 000000000006ad796a54803ee0ac7227a6b625b86010c2ecd14b90c316e8a846 0.00 MB 2 0
94,898 94,898 000000000005724834a34b3b6a802323b5e158dc29d4145a90792a61f13c92c7 0.00 MB 1 0
94,897 94,897 000000000003b7f8278861ed6db0414f3f4933b6bfe356eb7345c7861c380fb0 0.00 MB 1 0
94,896 94,896 000000000003e57a359766f9544b6e5a8a5494263bd7bea486df08612cd78f0f 0.00 MB 4 0
94,895 94,895 00000000000704efba02bc1dcbbfc1cf11fb67daf774e0aba2634812174ba634 0.00 MB 1 0
94,894 94,894 00000000000549566e0554aa6d5dc4a7b89b8ad574141e7a6ec5626dd12e0c4f 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.92 GB sent, 100.90 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.