Memory Pool Memory Pool Refreshing

8,033 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (848,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,619 59,619 0000000005ab8c36bcaac75d1c1fa2f888418ee13026421cf70b3f84638bf135 0.00 MB 1 0
59,618 59,618 00000000024db124712d9fc9a7cec1bb466c2558f39589b7afe37e393273d256 0.00 MB 1 0
59,617 59,617 000000000654ee1646303d9dd564a96512dd7ffb71343652732fb861730e739c 0.00 MB 3 0
59,616 59,616 000000000319e07e5c977f1461c052037290bcde21f7a3435713fb79756827b2 0.00 MB 2 0
59,615 59,615 0000000008176d9dd8b22023308ae8992d22901be556b4b9fd04e547e045f4bc 0.00 MB 2 0
59,614 59,614 0000000001e7a1ce89dc81cafc0d9f0cb6109fcacb0297a36ca518b5d7891f00 0.00 MB 2 0
59,613 59,613 0000000001e4a78c547d00898807614c6dc25274e0078d1b7fa83f7f4ec0eae7 0.00 MB 2 0
59,612 59,612 00000000036c14118d98859ddd470a5337f6a01e63cf68e127869ccacdd2779b 0.00 MB 1 0
59,611 59,611 000000000b84720e95037c327e6d797b4b5f26d4248471a444eb93236d87d1bc 0.00 MB 2 0
59,610 59,610 000000000b0f0ee4e848ba1c87ff155ffcc038b727052e42792f0cbf665d9871 0.00 MB 2 0
59,609 59,609 00000000055ae03dbfbb069ac1776322e882745e2f1822bd1bcf3418b2700f8f 0.00 MB 2 0
59,608 59,608 00000000057f6c225f87495044a3100bdc69d54ceadbe9bff5db1182d4e07838 0.00 MB 1 0
59,607 59,607 000000000e1826ba88fdd87bc7abf6315b48f552c49c4ed1a9055bf13dd6c593 0.00 MB 4 0
59,606 59,606 000000000c2cc98f32ea1b531b85cab38ebc7f0f60914d57e3370d3fa9494cb3 0.00 MB 1 0
59,605 59,605 000000000bbfe91393817351a03a2de6a7d08869fcc3c802ac6ccc37611bafdb 0.00 MB 1 0
59,604 59,604 000000000ac7091568147bdcad9fc5310a1df900ae6b7fe04c38cf97b7533f3f 0.00 MB 1 0
59,603 59,603 000000000b4a15f68b9d541daacb777180a2c0bd961f70e4dcbd65b8acdb48ef 0.00 MB 1 0
59,602 59,602 00000000015e037bacad92b33dd9a68d73c93250c0c9e212dcd9760fa7ddce42 0.00 MB 1 0
59,601 59,601 0000000003da52151951a15bdd4427d1dc0ab1f8c9a82bde2a83ea0caafa281d 0.00 MB 1 0
59,600 59,600 000000000277b486ccb1a98cda87a656b57e2f741fcbbfed42dfa2ee1a3ecc6c 0.00 MB 1 0
59,599 59,599 0000000009ab4396a17f578d4a361e8ff36975102b0c887489d6eb0ef2feb992 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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.51 GB sent, 100.86 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.