Memory Pool Memory Pool Refreshing

7,836 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,522 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (831,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,564 76,564 000000000068e0cf601390d2ca9cee5758e342e1f6600f3b236b2cf956f36621 0.00 MB 1 0
76,563 76,563 0000000000135c8362c0c1f62741a1283dd01351be319bba36e6330354f1fc04 0.00 MB 1 0
76,562 76,562 00000000007100b3cd22ad199a88bcc7b40012eb0b39bce9dd3a5cd5a4c6da01 0.00 MB 2 0
76,561 76,561 00000000006e47249f668932bd4812e2c122877f85062b37ce151df97510cd26 0.00 MB 2 0
76,560 76,560 000000000008b7ad4f7b7b991def27546c2fba384e35b160688bae0c5f9296d8 0.00 MB 2 0
76,559 76,559 0000000000724f7ecbfc0b5027d2a044217f45d3879bbf49bab520baf5f0f820 0.00 MB 1 0
76,558 76,558 0000000000478d39e864ed3a122d8d6098dba787b03703f3e32bdd261e0a0591 0.00 MB 1 0
76,557 76,557 000000000027b15a1c0ad64a3bb0b33c348acfa43b41e79aff81145d1251aa08 0.00 MB 3 0
76,556 76,556 0000000000569b4f022e5d44695784469ad6ae20a0cb9f9eefcae161f74d975a 0.00 MB 2 0
76,555 76,555 000000000027f49b5d820627188db496cce2625674041e2fc100f2f7c79864e9 0.00 MB 1 0
76,554 76,554 00000000006d521db0b76c529a1f3bf728b80406a2c3800b1f3414c155ab3410 0.00 MB 3 0
76,553 76,553 0000000000303a123b88872fff93aa9efeaee235acb8c8c647203f99f43c2832 0.00 MB 2 0
76,552 76,552 00000000007cd407e7d909fd7e4d3eb43d60dce35c2e92d0c01b1380c10e348f 0.00 MB 2 0
76,551 76,551 00000000005425f812290bf2d0cff81ecd9ae894f3f65524e1742ec81df34d4f 0.00 MB 1 0
76,550 76,550 00000000000541e29a73441085ce3da7682c5b14a0d7ac2090b4e85a84ea8202 0.00 MB 2 0
76,549 76,549 00000000002f07d4d34780dc4a137efb235a8758f238d27949f126d4bb027e99 0.00 MB 2 0
76,548 76,548 000000000059cdcd7334f9a025a14688cddc41e63e73084377f3db92047eae85 0.00 MB 3 0
76,547 76,547 00000000007e4d79957d9683a00079ba0e9f91da98fa8613867e749114e3d1af 0.00 MB 4 0
76,546 76,546 000000000077e89534715f4d01e0f90b4e746a88999f6d67c8893ad0c534559d 0.00 MB 3 0
76,545 76,545 0000000000402c3f6faa1239c6d4d440ef6b4dbc8569f22b1aaa29cefe096745 0.00 MB 7 0
76,544 76,544 00000000003cc74d9f48ee68c444e2e88126f30d9bedaa26b7e4c036e096bced 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.43 GB sent, 96.91 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.