Memory Pool Memory Pool Refreshing

4,011 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,620 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,341 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,619 (895,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
12,726 12,726 00000000d0c164f02a1f038403ab2278c4a23d85aa77cf84cfbba39c1f61220a 0.00 MB 1 0
12,725 12,725 00000000170265a06656bdf046cc3a9b855171666d820b3d8a7a6182cd2fef3f 0.00 MB 1 0
12,724 12,724 000000006419bf35b095be37acd54d5662898bf093b566e79444e261f0c7dc30 0.00 MB 1 0
12,723 12,723 00000000fa222cb88c891bad82c27744597518414060e20c4d90d55850410592 0.00 MB 1 0
12,722 12,722 00000000fa7d36a097730becdc6f4296356988fbaaff543168dfa89870bddf78 0.00 MB 1 0
12,721 12,721 00000000ce2f4927fdc390f7c56a7d28b93695aa90a5c7bafbe8889e3f3bd93c 0.00 MB 1 0
12,720 12,720 000000002c08cc4f74282e1715fc7706ecc2603d0d092d2e8d48f923f4336bea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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.08 GB sent, 101.18 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.