Memory Pool Memory Pool Refreshing

3,765 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,889 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (632,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,199 275,199 0000000000000000a914adfd573afe3be5de9ea7bdf48ab707ea1b11402fc024 0.15 MB 348 34
275,198 275,198 000000000000000393ce060c4be48ae93192c48d375b874e406a7359aac81369 0.15 MB 176 25
275,197 275,197 0000000000000002209d2bee889dc7f04720e9bf86baa5e677c1af3d637deada 0.35 MB 807 42
275,196 275,196 00000000000000008542223160b8f5d2e0b8096635e9ea6f2c6b0d2ddc1a9038 0.16 MB 350 44
275,195 275,195 0000000000000000a3259359cc6593897c5af13686f34a47819b83296f101244 0.15 MB 137 7
275,194 275,194 0000000000000004263b140ee00d4e7a65426737a610caa97b58b3fada7c30d3 0.14 MB 288 52
275,193 275,193 000000000000000175cfa706f0d97b16e7bbd6146428530378fec728605d6d2d 0.19 MB 247 29
275,192 275,192 0000000000000000e6639daa1aa5567d1f67527e27eeba84f3c64df62ca15ee7 0.25 MB 488 56
275,191 275,191 00000000000000044240b7cc4419f893f033f8b9ce4abc7ede9afe5e5dd4b0c4 0.13 MB 273 40
275,190 275,190 00000000000000040a40115371605b57a87ccc98b604e45b83394ea6f0c69a63 0.04 MB 76 205
275,189 275,189 00000000000000013d43d014c1b0f6dddf5ed55e385d65173f15e9ca8a28decf 0.14 MB 118 15
275,188 275,188 000000000000000315dc50765ff0865e6e0760cf8a691f766eb66b41e4b90660 0.13 MB 225 30
275,187 275,187 000000000000000314a88e268979e840ccb1426664079586312d6b132a66e393 0.14 MB 221 27
275,186 275,186 00000000000000035064eba5b6a06fdfd42bddca26ffe664251804386c62b90d 0.15 MB 68 5
275,185 275,185 0000000000000003953bfbf0d50d838c619274b5857c5f4907278c4f5d3eee38 0.04 MB 39 16
275,184 275,184 0000000000000001969237991adfe2a6bae74dd6a8f5d2936d6fef2edd7a0f8e 0.08 MB 112 24
275,183 275,183 000000000000000035bcac7928b15062c35816c591e3d221f1e881a1cbc8753b 0.25 MB 529 42
275,182 275,182 00000000000000045ba31540338a9200b51e5893bce1598ff00b3289b5da3bd8 0.13 MB 278 38
275,181 275,181 0000000000000001d228c1e228005b08491608197148eda0c0f5d52d70f47801 0.08 MB 195 46
275,180 275,180 0000000000000000707e5bd177da1c29765b5188c81148a4c8195d643665a7a0 0.18 MB 336 46
275,179 275,179 000000000000000151dc7b117b73f9a96479379cea47656c2a719d0f2b753b6e 0.10 MB 203 44
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.90 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.