Memory Pool Memory Pool Refreshing

11,276 transactions
3.43 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,234 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (794,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,646 113,646 000000000000309ec69e8742630fb504c7b5f5e936aa61c36f2cfc0a28037483 0.00 MB 13 0
113,645 113,645 000000000000c5544815b1b9eb72bc829d72143b301027209232e56e0a7cfc4b 0.00 MB 1 0
113,644 113,644 000000000000443064190659cd1cd67982e0f9336ff5af9b321c0a7c9dbdb2a1 0.00 MB 10 0
113,643 113,643 000000000000b6a48dbf026f1393066085ac4c6dd3d1b3bc64f84fba7cf64c74 0.00 MB 8 0
113,642 113,642 0000000000006161fc52a31a6c115d8ac9e521282c9519c717b46ed9c70fdf42 0.00 MB 14 0
113,641 113,641 00000000000088c0355c331fe6237795b81c48b3585a457a030a76618579903f 0.00 MB 6 0
113,640 113,640 00000000000024a75aab60ad980f2d29abff5415927eba37df12e1b19a55fe19 0.00 MB 10 343
113,639 113,639 00000000000024265f238f7e8d9e797778fa349d22019fdf2feb77aa87fdea99 0.01 MB 26 822
113,638 113,638 000000000000306578aacded7eaab83a47d4bb548630dd7434f2db7c1ca85e3f 0.00 MB 2 3,861
113,637 113,637 000000000000b78732752e64467daa4fe01520035b92d1aa290f0b4c15e9e11f 0.00 MB 9 680
113,636 113,636 000000000000cd0a1d51bfd6ad32651f826926e49dc59d8b90a9e91e96648412 0.03 MB 122 136
113,635 113,635 00000000000056f922e629475b66fb517d8f862d2e2b4be9cf7835c909e8a604 0.00 MB 5 0
113,634 113,634 000000000000cc503e3480824ce1cd1ca7c69a652c2a7d7508b340607b1a4d5d 0.00 MB 7 326
113,633 113,633 000000000000415a4ce6dc7f55548d1553c44dda18afe5f50a0ca52458367983 0.01 MB 22 679
113,632 113,632 00000000000047f664eb683729e6eb225986a713511ded2bb5f9d61f023e34e3 0.00 MB 9 341
113,631 113,631 000000000000ace1f0028e5c33cec572516151b70d5895c42fefcca661834f02 0.00 MB 10 1,162
113,630 113,630 000000000000071dac8e61e881998f1134c270935945b55399f20049aa4a5d18 0.01 MB 34 0
113,629 113,629 00000000000015ba05f42c8020b95c90e1f73d567292c36f65eab8fa5848150c 0.00 MB 14 0
113,628 113,628 00000000000037e55ea3c31425b21a935caa04bee517e118a78effc0d7e6a9f8 0.00 MB 14 0
113,627 113,627 000000000000d3c74ab3f4e51e23dac40c22cfcee4dbe08c9d7778087180199c 0.01 MB 34 333
113,626 113,626 000000000000159ae2ee04498d2f00fc44a03637c102fe1a6ad84e471c6d4865 0.00 MB 10 313
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.