Memory Pool Memory Pool Refreshing

740 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (215,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,956 691,956 0000000000000000000a8d0d1af9b78a392e13361b9e090a4b666f9a427ad84a 0.20 MB 465 15
691,955 691,955 00000000000000000006aee66ce222bd6de51d7db588bfdee2c50998a10ef2d4 0.41 MB 676 13
691,954 691,954 0000000000000000000bbafdbdd2f8d370b744ed66802928bb1b810ef5324012 0.51 MB 30 1
691,953 691,953 000000000000000000024e12beb4c7b2612f5501990660c8dfd702357779404b 1.16 MB 702 5
691,952 691,952 0000000000000000000a597ee6086a9077677803a5624b64cb41f04053945502 1.01 MB 392 2
691,951 691,951 00000000000000000010e69aa9ca47416f36a6b54c4807c4567c70367394acc1 1.10 MB 649 3
691,950 691,950 00000000000000000008c23827e9efd7cd29741b1dfb2bb3bf82e6196a69e315 1.37 MB 2,175 24
691,949 691,949 00000000000000000009ab10da43dbe1b9177d20b83110d81741ae4a07541630 1.00 MB 62 1
691,948 691,948 0000000000000000000b75ba936ce92b07c589a3b25e5e87c562b787fd62d888 1.08 MB 359 3
691,947 691,947 00000000000000000002835eace2602732aed6b51c5e53e9cd9e35309001add0 1.28 MB 1,889 16
691,946 691,946 0000000000000000001339ea59e9b6b125e7caac726d39b02c150d47ca9bcf46 1.03 MB 286 2
691,945 691,945 0000000000000000000b8d7b8c76eb86a9e0b6fb7bde4833380f6fa4cf6ac843 1.16 MB 1,391 11
691,944 691,944 00000000000000000001bdd690a03ba515b3e48c8ce2f5c66687aa520208d734 1.08 MB 624 5
691,943 691,943 0000000000000000000bd37debbc93e183e8cd692f1e1cd23620e3b354772a07 1.35 MB 2,114 17
691,942 691,942 0000000000000000001279f4ba79062c4f4d5408f4cd38998b752906fd968ca5 1.23 MB 1,306 9
691,941 691,941 000000000000000000096e703a95ba0c4a2ebcc8c6036535a02b5249ab41cb2c 0.93 MB 117 1
691,940 691,940 0000000000000000000653fa933cc7ab4db4bbf722cc3f8fc11a6df24ed9d1ee 1.08 MB 859 6
691,939 691,939 0000000000000000000638b24d34fcfcf4c9e1ac2c818797963471cc6487f203 0.98 MB 166 2
691,938 691,938 00000000000000000001dc26ecebffe82546bc287ef5105cbb55cba367c7b71c 1.29 MB 2,169 11
691,937 691,937 000000000000000000027c738113c23324a6eef6cfc372faf7d7d7437a70c92c 1.30 MB 1,970 15
691,936 691,936 000000000000000000108bfda8b6cc9a3e9c347d0007e115837bd14cb03b8f41 1.24 MB 1,765 16
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.