Memory Pool Memory Pool Refreshing

331 transactions
0.10 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,887 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,886 (676,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,126 231,126 000000000000017579920b1b5622db8a38654c107bcb8d9ff8e9829ded0f2c8f 0.44 MB 1,020 134
231,125 231,125 00000000000000a52b9dd43515e0148844e11852c03d94d994640fb4c6706370 0.15 MB 318 162
231,124 231,124 0000000000000009b01ff03ecaa7ead54ac59cb09e14888d65cfa0167a1117e2 0.07 MB 158 163
231,123 231,123 00000000000000b9a969f28ce588139ac05f8065e9d855c1ae9c36d291001486 0.14 MB 257 101
231,122 231,122 000000000000012aee1c8ab6e5b298499b414f31c9b24a0b569ef2e27af27cda 0.14 MB 225 117
231,121 231,121 00000000000002052f638487283c71d068c2cdbd61a5758fdb36fb4d0e345667 0.12 MB 392 219
231,120 231,120 00000000000000e8fa5bea7b6080aca523d7864de8da8ecfe34e43f759434d99 0.16 MB 387 176
231,119 231,119 000000000000009c7ee8e6bf5945f34705f03975d215e0d3930f45832206d8bb 0.19 MB 469 119
231,118 231,118 0000000000000157bd956145a03043efd17cd4cdef96c3c52675646fbf5a0a28 0.00 MB 3 98
231,117 231,117 000000000000000b582bd1b9acdc66160f44f4f2b73ce3d1922eec0fc2095092 0.01 MB 23 129
231,116 231,116 00000000000000cba80a4af21c260a2d9ef41c7d282891246ae3d9ee25dc20ee 0.13 MB 331 155
231,115 231,115 0000000000000047b4874e7886a03f6c9acf28a892312961c52254aec9d73b89 0.01 MB 15 116
231,114 231,114 00000000000001b827fd2be199c80367b167ffbe078552890e80a87ae7f43c9f 0.08 MB 181 173
231,113 231,113 000000000000007fbc8bf025a4fdb957826b295f3ec8e080619cce99794e3bd4 0.11 MB 262 158
231,112 231,112 000000000000005e4099a5f7006fb4b09486623cdd6e36556da297bcfec59e3e 0.02 MB 43 104
231,111 231,111 00000000000000f346dbd728c6e17de67598b2f9f37a4eb28c17919a9d23aeea 0.02 MB 42 165
231,110 231,110 0000000000000098548ef718b108802fa13984cad1694b588de55a13c1750dce 0.13 MB 238 131
231,109 231,109 0000000000000109126c8365702bfa5f7bdb9a1093bcb1aa948e1a7be87e6eb5 0.01 MB 24 58
231,108 231,108 000000000000001279db198b882a8439b46b9cbdbc2e64cd426d4fd5149b107c 0.05 MB 120 173
231,107 231,107 000000000000015c4edd13871d7d9c6b283895b14f533ee71824138c99076878 0.11 MB 254 154
231,106 231,106 00000000000000e5775ce982b9c03be37e896d4b361dd517a0868f3bfae86e9d 0.11 MB 265 192
Previous 10 blocks ↓
Total Size: 769.33 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,643.15 GB sent, 94.60 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.