Memory Pool Memory Pool Refreshing

1,900 transactions
21.23 vMB
Show Random Selection Loading Transactions
Max Size: 86/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,321 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (907,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
347 347 000000003f87de459605bbbbbb06f4207ff09f79c7e516aca650545b374b26be 0.00 MB 1 0
346 346 0000000036d62217cd8364db8ab43303379061f7c1d7eecfe49ce10c6ef9a4b7 0.00 MB 1 0
345 345 00000000c378c233cf6341ca6f4e7ebfe9fd1324fbbc0e21e0165393e0e83e37 0.00 MB 1 0
344 344 000000008cc122c5d35497371c6a0ac9b1659781848445be29bd9e2d1cf00d14 0.00 MB 1 0
343 343 00000000da99d2a1a9a5b005143254481a8a37c28ef845e9cbe07e8bd3727c6e 0.00 MB 1 0
342 342 0000000030d317436271d42f336d26387b284fed7c84e02f8d951d1a865b052b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.24 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,701.07 GB sent, 98.65 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.