Memory Pool Memory Pool Refreshing

675 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 665 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (8,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,088 899,088 0000000000000000000137fe208fdd0827e470ac34f5706eacdb0bc8dd3af33c 1.46 MB 2,000 2
899,087 899,087 000000000000000000005f548ba43246a97271d6d3e580a91d457fb31e06681a 1.49 MB 2,730 5
899,086 899,086 00000000000000000000754d974e435a3f9067916e388e0678ee027bda9e0095 1.43 MB 2,211 3
899,085 899,085 00000000000000000002411a4e6f59308cf8c6d3455940150549fb77a422f9d3 1.20 MB 1,284 3
899,084 899,084 00000000000000000000c306188c6a24fe42f040aa2b00fe8ebca42055608563 1.46 MB 2,679 3
899,083 899,083 00000000000000000000931f8f4ae0ce06c063fa7fb003a3379476143cb1ad40 1.39 MB 2,241 3
899,082 899,082 00000000000000000002476d6b8969062b9cdd0855a8acea756e5ba542987e95 1.45 MB 2,331 2
899,081 899,081 00000000000000000000665e87c783f78527623b31fe55240aa66dbb322dd135 1.65 MB 3,172 3
899,080 899,080 000000000000000000015cdb3cd618907506c92255deb711236db27e701193c1 1.56 MB 3,685 5
899,079 899,079 0000000000000000000221f6e1313995351d46642d7680485a2fc040b1f376cc 1.62 MB 4,292 5
899,078 899,078 00000000000000000000f053f05863a178c4aa162c73b2dd104c6e9684d3eae0 1.51 MB 3,599 8
899,077 899,077 00000000000000000001833e88487161de0d6a04ce89fcdd27d8b08867a8e1d1 1.55 MB 3,242 4
899,076 899,076 000000000000000000022331b02b3f20c0d03dd083e1afa85970fde774f982fb 1.58 MB 3,528 8
899,075 899,075 000000000000000000009249124390499946da509062ebd5a45613f82547a098 1.73 MB 4,000 4
899,074 899,074 000000000000000000006532de0821e172c6357fdbfe379e64525ebf405ede8c 1.76 MB 3,419 4
899,073 899,073 0000000000000000000064f87e92ab5723a4b6240af24979e07e98589f71c36a 1.65 MB 3,288 8
899,072 899,072 000000000000000000003ffcc1bc48e0551148f579c2b533cbfac2685f276665 1.74 MB 3,129 3
899,071 899,071 00000000000000000000be466848c0266bd1d29800ad832985679e28612ce681 1.66 MB 3,784 4
899,070 899,070 000000000000000000014590f1d5c7f7f92e939c597866db03745dbdc024bac5 1.72 MB 3,932 4
899,069 899,069 0000000000000000000082d8e654a4b363d7ed863db624359c82c3d2d7975b3e 1.56 MB 3,499 7
899,068 899,068 000000000000000000022b437d1b394be94e77cd0197fe287b336d5dbf8bdf7d 1.49 MB 2,138 2
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.