Memory Pool Memory Pool Refreshing

2,871 transactions
0.88 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,863 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (853,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,619 54,619 000000001167282f8b3da49446fd11323e4604db0454581769436d701a4d233b 0.00 MB 1 0
54,618 54,618 0000000008b67dc21a05c539c226994c6a1e0dea239161109674bb04f61c5610 0.00 MB 1 0
54,617 54,617 000000000f381ea90f251f7a35c0de4473da16147ae8c0f66a250a5f248af062 0.00 MB 1 0
54,616 54,616 000000000bbfce92d8b4c6d0c6ca5ced7cfcdcc62ce90015cbf3c9b38f0cb7d2 0.00 MB 3 0
54,615 54,615 0000000010011d49f0b75ea34b8189384fe864f9c1919f2585d817a7caa2b800 0.00 MB 1 0
54,614 54,614 000000000f933c37974fb6bf30b46660b64f3800c8be0762504fcfbf838577b7 0.00 MB 1 0
54,613 54,613 00000000035ed0e55c41ee35edf7368f6eee95ad69746021b8ceb0ba7487a21b 0.00 MB 1 0
54,612 54,612 000000000f5240f9aef40173211a55053a73fe48fcf0d65848591f7924f0ef52 0.00 MB 1 0
54,611 54,611 000000000c300507cb2e247fa1cb12fcaabda21e2ae78f8f942f4264ba3a6e62 0.00 MB 1 0
54,610 54,610 0000000011bf783130ea0c7f164eec024f4ef9f2067992c908ef755056f80c31 0.00 MB 1 0
54,609 54,609 0000000002a6d7e456578b5efd0cca571bb503f19e763541a58fb791f2cb9a22 0.00 MB 1 0
54,608 54,608 000000000da87906afe73febb56d46dcdb037eb7aed37802505656a4ed2fa192 0.00 MB 1 0
54,607 54,607 00000000117b604bb8ab25ee66af51db9e43371dd78ec06f0fe4a25f2074b6c6 0.00 MB 1 0
54,606 54,606 000000000b5f35e705405f399c3fe7507c622573d898647f128f6b475b7c8d4c 0.00 MB 1 0
54,605 54,605 000000000019480a7aa701575b89254c48d1799a5cc7a6dd0d967234d36c5049 0.00 MB 1 0
54,604 54,604 0000000008e876bbd6016d617c53dd775ee69916aa96ed54527549ecf4626d5a 0.00 MB 1 0
54,603 54,603 000000000f8b817d404f7b29b490844f61e22ebb86639bcbe1674562e3727c5c 0.00 MB 1 0
54,602 54,602 000000000291381d3e50f7905418218d8c601f165d39be6872198e97c48ba4b1 0.00 MB 1 0
54,601 54,601 000000000a802192ab9aedcccdc36cb5c040b6835590376d5cecef5ab64ea425 0.00 MB 1 0
54,600 54,600 0000000008b14cac6ff49bfe3a231f8cccf40a3f204717781935735587d731c2 0.00 MB 1 0
54,599 54,599 0000000007f522bc0bfdffb62505d02dd14584f491c144eebffe31f34ed01e11 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.05 GB sent, 96.56 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.