Memory Pool Memory Pool Refreshing

5,060 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,253 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (775,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,334 132,334 000000000000126f9eebb751dc4642bbac0f986b9219dacdc007f5daeb5e7569 0.01 MB 23 724
132,333 132,333 0000000000001174a194ae7fb266d23fba0ad349ea490f5dbaf14e681d1d7661 0.04 MB 93 612
132,332 132,332 00000000000009a0f0d98728f63b55336f841933631b6e0770ca2430da8ce11e 0.00 MB 6 69
132,331 132,331 000000000000113e570e7bd82c6a6b61707356a91d72bf61c334e416d14a96e9 0.01 MB 43 151
132,330 132,330 0000000000000da6d0d3c065667d6aee09366c3a8c57260b1bb4bc35383a44dd 0.02 MB 41 897
132,329 132,329 00000000000003fb2a37f2d6dbf01d998a95b39db8afe318305dceba7daffc68 0.01 MB 7 174
132,328 132,328 000000000000075d430087a6fcc25f921e0b1e3f3742d2ab018b1a69f70d9129 0.00 MB 12 1,185
132,327 132,327 00000000000006fd0b2b3b3f4114ce036e2435b7653bbbaa684c3c19cff7dea9 0.02 MB 42 260
132,326 132,326 000000000000018e3d767d273c07c8935289115d9e9cd6ba1d1f6761696aaef0 0.01 MB 21 703
132,325 132,325 0000000000000ee5678cee0c9926e7ce3ecada6c874d13c02da3a04233a2b75c 0.01 MB 25 891
132,324 132,324 000000000000128db79701c4823bf59d7bf65f4626ea50d3f8ced007cab79909 0.00 MB 12 14
132,323 132,323 0000000000000e5f5935cf5272880829c5b6d82b6c2b3a0d9282ef112388becc 0.04 MB 125 303
132,322 132,322 0000000000000d777c90f9206c09baccb0fee75e1d7f58e20901a7762added5c 0.03 MB 63 1,151
132,321 132,321 00000000000000f42a58be3e9cb153c90b69339726317457b234ecc8eaf7e970 0.03 MB 105 2,483
132,320 132,320 00000000000003f80c4b0e73a0a3d869067273ce3377afb507a002aac93bc005 0.02 MB 40 210
132,319 132,319 0000000000000c813134270739c75ffdaf2e49e44bffdaebf3fda6dd8d93db90 0.00 MB 1 0
132,318 132,318 0000000000000ddc6b5bb67995a20328ffc38fb6c5585d9c3993ec0047f50b64 0.01 MB 30 880
132,317 132,317 000000000000093701dbfd25994053e9a77ecf05846f427090ee808afe608fd5 0.00 MB 14 1,332
132,316 132,316 00000000000004f1d831c3f00b30a4d9b7550868792acf1f312f8f8e99a18f8b 0.01 MB 36 883
132,315 132,315 00000000000005f1821114944116fff9baeae16c3aefd50674608422db44dc63 0.04 MB 110 381
132,314 132,314 0000000000000215546a531ee90c08fb2b407948e28cdb963307f41142c4090f 0.01 MB 15 1,572
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.