Memory Pool Memory Pool Refreshing

1,067 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (895,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,747 12,747 000000006a52c0986fb3226d96f19f66a3aebdf21ddcd3c352e19f56db90f185 0.00 MB 1 0
12,746 12,746 0000000070c899b794ef04a768e617762bc8e2f2a96fbd635500bd913aead125 0.00 MB 1 0
12,745 12,745 00000000024d8c3f54de44dda1ae0267731e9efaaafa94b9bd5742517c68873c 0.00 MB 1 0
12,744 12,744 0000000077e845c44732d71be987b8072027b34324446dd66afa3763d3f4be52 0.00 MB 1 0
12,743 12,743 0000000012f2be4d4a441ece0d26241664bbadd337516cd500f4576c4c0eb4a7 0.00 MB 1 0
12,742 12,742 000000007ec0b3215192c9bcf1f6396a5cd89d4af9a545243a4d0bab3cbc60fc 0.00 MB 1 0
12,741 12,741 00000000b789da95eafe6421dec0b898d8d39bea38cf846e3ecbf5697012c269 0.00 MB 1 0
12,740 12,740 00000000e1b8a296702f70a65aaba2398f30256173ae67bc2db50ef290221ff3 0.00 MB 1 0
12,739 12,739 000000009f426fadd4a24c2d3ce038b987299c2e73c5fe75caee5897db2938df 0.00 MB 1 0
12,738 12,738 00000000a9a16a76ab2beb0c08ebc4211a847562e2ca32d51cc7c592b3f15816 0.00 MB 1 0
12,737 12,737 000000004980024ba475f35b91268c882988686ed6d0bcbd3f8ec679f47d1fd8 0.00 MB 1 0
12,736 12,736 0000000043b22c1542e90347caa136666007cba780fe831c431ef9a03924edb9 0.00 MB 1 0
12,735 12,735 0000000008aff9df65841a665fa53dc86df9391b9008fdcc5721fc21c1ad84bc 0.00 MB 1 0
12,734 12,734 0000000056d39f3edbeda7e0918afa7bed3a8c8b832f57b039b71817a48d14d8 0.00 MB 1 0
12,733 12,733 000000007a4b6a3ab4c76d06d361c818751a467c1ec3a2180e81966367c51c65 0.00 MB 1 0
12,732 12,732 0000000021d062124bb582d5d1548b4adf4bb10d1b5ac5722334ac04cbab792f 0.00 MB 1 0
12,731 12,731 00000000235b9b1df183f4d3aaebb312c8342ae616d44ca2c906a8926b3b516d 0.00 MB 1 0
12,730 12,730 00000000d2f5418975262698abf92c57477916c33794ee6dfd7235b0fa25d3b3 0.00 MB 1 0
12,729 12,729 00000000170109a0af5a50ab5fa35993fa13ee387cecea1e8a03a03ae16fd171 0.00 MB 1 0
12,728 12,728 00000000c168025768d60007f37d81c65846e2e73d45fa0f44245bf9ff9a2d02 0.00 MB 1 0
12,727 12,727 000000000ab28faa6926d1387d52bb707bc9a0090555dde7bbccc68768cecfb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.