Memory Pool Memory Pool Refreshing

1,804 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,885 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (907,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341 341 0000000082a38ff5b06379fe8898e516e4b9158c6b3e4bf07dae998ac3e8699c 0.00 MB 1 0
340 340 000000005ddf5639bd049b9579d2ff5d1060ed1020a72f927db9c18b106e81b4 0.00 MB 1 0
339 339 000000001122ea7605edc62081cefc267a41e3fe3fd7b86874b3ee6217de23fb 0.00 MB 1 0
338 338 0000000004b7c0bdbf2d818f3e4d441d8db5fd2e8168d0150edda83dc59b7da6 0.00 MB 1 0
337 337 000000005f8dbc254ba41890b98e5a9e218c220a3476455539db27f642db3673 0.00 MB 1 0
336 336 00000000306b5009d2a9efa54aaec49a0ce1e992b0079c3f2e54fc49871d7956 0.00 MB 1 0
335 335 00000000b104104dfc538d175f3caa313dffc06607fc06e4737e0c3abcd085d8 0.00 MB 1 0
334 334 000000006b94ae33d29db8abaf5a088f748ee835dd4509ac70d698a9f8376211 0.00 MB 1 0
333 333 000000009a5a1f98edaafdae4c0dd90e1b03833b97c5f45e130a6a0210cd9081 0.00 MB 1 0
332 332 000000001728a65efe3fe56198dd6112d7f76cc8e967d4fb958a0b4d3a08fb15 0.00 MB 1 0
331 331 000000009f5056791a32a8428ff4077fb5fe3c264fbdb72a10310ca3c6ee8d70 0.00 MB 1 0
330 330 00000000931292b665ecaadb744af46f877df2144d240e11e76f16cb1f6531c0 0.00 MB 1 0
329 329 000000000b9cd32f191a1b3538127a93726f0ed20a21871d962eff0d655a1875 0.00 MB 1 0
328 328 00000000a3ea820f0c258b8379b6f6c2ef0260e19aa78f60aae160caf2a8abd5 0.00 MB 1 0
327 327 00000000704779006e444bbfb928cd324da7c62685e7b4f120301e3ad59be0da 0.00 MB 1 0
326 326 00000000197fab9874dc712a61ca3a9544c9919e299d030851c978bab2dcb4e3 0.00 MB 1 0
325 325 00000000b4e2799499c9e64dfbe13fc772be5e9c1eb284eac1b501710fb48ccb 0.00 MB 1 0
324 324 000000008c503c6c56dfee6a4ce1091875c8d7d9defe2c72f9eb5db0454f00c7 0.00 MB 1 0
323 323 00000000900d1e70b9606b562b92b62c0dafb82e14068aef08f0e5694fd433d4 0.00 MB 1 0
322 322 00000000d79d0587bc2af68c3c51a43b22b6a7f274f488377187985641d4786d 0.00 MB 1 0
321 321 000000007ec3a2daeb2fda267d4c5520c5588aac135aae9e5f01eada28e15d6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.32 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.13 GB sent, 94.59 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.