Memory Pool Memory Pool Refreshing

2,118 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,091 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (161,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,387 746,387 00000000000000000001f72e98b1ff4d16584c031697b1e9d18910a589010001 0.37 MB 412 7
746,386 746,386 00000000000000000003eb8393e2203d9c59511724b83a89a923d64b7d50c3ce 1.34 MB 2,472 9
746,385 746,385 000000000000000000004eddcdc5777aa8ba541728caa93ac512e4c1dab2c52a 0.70 MB 1,167 10
746,384 746,384 000000000000000000034fb91b07e81ce95aa7730ffeb9dbbfc9ede6f5484b32 0.97 MB 1,918 11
746,383 746,383 00000000000000000008c59322cf51fbfe317133d8d6b1784e7f37946ab810ef 0.60 MB 599 6
746,382 746,382 0000000000000000000005e96e67bd5e12be4d7f59042bb6d7f9418bd79580e4 0.71 MB 1,216 4
746,381 746,381 00000000000000000007569a62ddc42bd2659644adb1b7e15181e45051f0b328 1.15 MB 1,288 12
746,380 746,380 00000000000000000002a5cb597dfdd85b8bdcc3426556389e6066615ab24d2d 0.67 MB 823 10
746,379 746,379 000000000000000000036b92354d41dda8909859248aaa3642e99fd3ba4df776 0.36 MB 802 13
746,378 746,378 000000000000000000087299bb5e1fff532fd5c4fe461534c550300958de5034 0.58 MB 1,330 9
746,377 746,377 000000000000000000056a70736a464df70708f255d7b732b38acb7052deedb4 0.36 MB 701 10
746,376 746,376 00000000000000000002181faa93baae106c8f6bf628dc884af5825ed63b6104 0.46 MB 1,094 10
746,375 746,375 00000000000000000007ac1bc4b2af89c11fee6d46cfa56cbb3f1bd7162c37d2 0.82 MB 1,485 9
746,374 746,374 00000000000000000009632715e287dfde2c1a6bc3f8d58499e41d5ac50b6a51 0.23 MB 391 10
746,373 746,373 00000000000000000005c1b41fcbf754de241cd27cdceb1b1762f39af8d3802f 0.69 MB 1,218 11
746,372 746,372 00000000000000000009ccc0a9ae4b1d92b356071d0e90eb827bef1b3393bf23 1.08 MB 1,545 8
746,371 746,371 00000000000000000006e01f415c73602508cfca4553bfbc19046564db7817ae 1.34 MB 1,250 3
746,370 746,370 0000000000000000000619a0ce68bf538ee23e96d02a3aaa2dae1f386d7c881e 1.57 MB 2,312 5
746,369 746,369 00000000000000000005ff49f45fb6f51cc550b7a1347ce6cd6b806bc641a625 1.55 MB 3,209 15
746,368 746,368 000000000000000000065847b12368376917dc34c1a096378f2c251224ec4a33 1.26 MB 1,616 11
746,367 746,367 000000000000000000085cd257b280293be91c3998683c2a400e439a35253baf 1.33 MB 2,102 21
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.