Memory Pool Memory Pool Refreshing

5,021 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (584,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,218 323,218 0000000000000000177d8f91339393855683db5155b15b46f835bdf3dc3a1894 0.00 MB 1 0
323,217 323,217 00000000000000001ea8dbaadda48b4259ae6caf2d048970335eee264d5f92d5 0.17 MB 298 19
323,216 323,216 00000000000000001ba5718ef374b55f9281ba262aa9bafe75a552cd7749c7b7 0.31 MB 508 25
323,215 323,215 00000000000000000d3a187444883d940e7394a7ec84d82a7a8a41de9a2ba02b 0.06 MB 66 23
323,214 323,214 000000000000000003e680485c97a39b7354fea39b30506f035aca94ceb169ba 0.37 MB 697 29
323,213 323,213 000000000000000013612e92834a1089039fdcaa6e382b9580dc001f5c43004c 0.03 MB 73 40
323,212 323,212 00000000000000000104892ba5148c36d6e3d2ea9c2e693504287f834934c789 0.24 MB 291 26
323,211 323,211 000000000000000009045b8a9b42b896e5d9216c78cc06a62abb2578d589d610 0.05 MB 96 30
323,210 323,210 00000000000000000fb8e0500b4404dea36939e4c9f2fc3ceaab3aa183393b4e 0.07 MB 39 5
323,209 323,209 00000000000000001d818355fcb9312e43e9bff83fc85ef8788778fe15bcbb90 0.25 MB 466 24
323,208 323,208 00000000000000001bfb9966b95bad61dd73cdd81f3c3ba64d8827e3a84a481f 0.10 MB 175 25
323,207 323,207 0000000000000000099cf59c91e5ac8a7edb495d57ee044de7de57475fc93742 0.06 MB 113 21
323,206 323,206 0000000000000000030bbf8d0c450fa5d11d7531971467b8853e4618accc9b28 0.45 MB 732 24
323,205 323,205 00000000000000001876bb50d588d05435586e348827b2bbaaf2f2c7ec5cf389 0.39 MB 639 25
323,204 323,204 00000000000000000817d1327f57791ad77258d6c99f4d443694e89534dd3c2b 0.71 MB 1,181 23
323,203 323,203 00000000000000000ebaecf5985a6420799e3d43c04b1a57e99bdfa1dfc38a45 0.29 MB 441 23
323,202 323,202 000000000000000005f0c34dfc96c14910cffbc886852b9092c9744a97593fd1 0.04 MB 78 22
323,201 323,201 00000000000000000fd9f6d3cdebc6996ca4b6f6492be3b87bee1442cc257a96 0.12 MB 133 15
323,200 323,200 00000000000000001e5d3536b6c5ff0fb20a77091536e5097c44af28163f84e2 0.04 MB 65 17
323,199 323,199 00000000000000000ac5bd9b576cac3ae78d78980b47547bd2894ef4c727f985 0.74 MB 1,066 21
323,198 323,198 000000000000000009f10ef335b727d172f5fb6e7d6a3fbfcd23b438b02d029d 0.15 MB 512 51
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.