Memory Pool Memory Pool Refreshing

8,591 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,661 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,660 (713,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,013 194,013 00000000000003c7b2d334cb5f4eaf5a9d2e14dfa65e36f8f0791e2ad58e19df 0.19 MB 280 137
194,012 194,012 000000000000030452cf0e259daeb32f375601613cd0117327563df066210990 0.09 MB 173 120
194,011 194,011 00000000000001a6b5278eaf34539cd073d7c9cb3fcbe3c4892d0079f32a1e50 0.01 MB 27 101
194,010 194,010 000000000000033cbeebc46aceaa0a5909455ea6dfbe51de43181e1541c6c90c 0.02 MB 44 60
194,009 194,009 00000000000001419794b1cf01e6d5abca6d92fea7ac1af1e39b73e03c43a0e2 0.17 MB 448 141
194,008 194,008 000000000000009ab680d08f76a5bd40e8594b4dcfcb792caa9bbe8133194bfe 0.04 MB 130 14
194,007 194,007 00000000000007195fa9d88ec34080324a1db507085c4a6a4b7b2b6c84c96578 0.11 MB 293 130
194,006 194,006 000000000000005b294df97739efc950e792f1b9524665270eeb77fe15fdce87 0.10 MB 119 69
194,005 194,005 000000000000029713112c37a7908a3b7028ab75a948015c8a0535284dae4f04 0.24 MB 527 120
194,004 194,004 000000000000030c56476e998e94205c1de9060db8394011ffdca76303caaf50 0.25 MB 359 87
194,003 194,003 000000000000006b5e35632d91644dc9781d5729dfcad9a59b41f0c9af87c43f 0.00 MB 12 35
194,002 194,002 00000000000006fd7d7edfb0c9fee0263c9a42da5228ed13b7d4dc9dd0728488 0.12 MB 275 125
194,001 194,001 0000000000000368a27aba8f6ca19496fcaf1e74728f34a6befd4b28ce734681 0.49 MB 1,024 82
194,000 194,000 000000000000046242d4984ecf2217e9afa113f2835bffbff118f2df4d80b216 0.40 MB 1,024 121
193,999 193,999 000000000000075cb11ae6bd4762ecf63585b7925effe38f3849ee9798f3affd 0.02 MB 41 66
193,998 193,998 000000000000002acbe20541f1951bf9ba4c6143c4766f048383fb141ffa12a0 0.15 MB 407 135
193,997 193,997 0000000000000553a1dcebe37c62ae48ee21e4d2f983e515532003f9887af544 0.00 MB 1 0
193,996 193,996 0000000000000006bd9256286d12b17643970bcf53199a9f282fb0f1397409d0 0.17 MB 474 161
193,995 193,995 00000000000006867e9e24b4d3bd98baea1631cda2126a30305f8545d3027c59 0.13 MB 260 122
193,994 193,994 00000000000004c63671a1d921305005c7f906b4d0cf56594f86f4f44a6131d4 0.04 MB 112 50
193,993 193,993 00000000000007a6ad7e2bc056f0c0ba2c86ed193dc79c5779787b67eea63b0d 0.31 MB 273 97
Previous 10 blocks ↓
Total Size: 768.91 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,603.42 GB sent, 92.33 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.