Memory Pool Memory Pool Refreshing

5,660 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (161,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
746,366 746,366 0000000000000000000619f2891ddc6aab3b7787ea5e25bda32230cb2bf62f05 1.71 MB 2,120 7
746,365 746,365 000000000000000000031ec8f888de717e2d76995a61a7a4f7196696a7890430 1.57 MB 2,393 11
746,364 746,364 000000000000000000090d188bcd9265155926379be4a13f4920d277bc5909b5 1.53 MB 2,201 7
746,363 746,363 00000000000000000003e1fddfd8f2481890a2b1134ff60359b802ae2dd1e6f1 1.62 MB 2,639 13
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.