Memory Pool Memory Pool Refreshing

5,344 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (862,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,861 44,861 0000000019a72c5f8d351bec530364a20eb95fc9b89f1981ab51f268df1d3990 0.00 MB 1 0
44,860 44,860 000000001d3a40164d75ad828fb604cae999e2b5d499a485fc90102df42bc20c 0.00 MB 1 0
44,859 44,859 0000000032e6fbc19e660e47c259578abef982e91796d7f2714ec84ad36ec6e7 0.00 MB 1 0
44,858 44,858 000000002904bb0453c8637116d3d633abcfec233b4d5a98ada193ddf637df4e 0.00 MB 1 0
44,857 44,857 0000000011bf58c7372da945f9aaa2cd784324276eabaa1c8dd5d856e5aad839 0.00 MB 1 0
44,856 44,856 000000000ea5e9f7f3026194a8717be84ebb9351427f2447877261150d8eba7f 0.00 MB 1 0
44,855 44,855 00000000094e298b0bc6d1581e2f712c93772e3ebc6abdf8b93861079b90d424 0.00 MB 1 0
44,854 44,854 0000000034415b52dd0fe9d5c20173288c01cd99ca0a7f2eb30cc80225055dfd 0.00 MB 1 0
44,853 44,853 0000000005753c820d6d07cbf6818c6ee483ca178e4fabc2b8a5a6ae454d2e1d 0.00 MB 1 0
44,852 44,852 000000000e9b4ad519936231d4ba8690ecdd4e2d13ff1f47fc2a45fbbc1a0812 0.00 MB 1 0
44,851 44,851 0000000023f22119fcfe280b1a9306d428a1b1e915d0d5265004047645acbe01 0.00 MB 1 0
44,850 44,850 0000000013e103ed9f753b3f4ec3a6e8fb19720d4c8faa43ebd5c0c1374b6ed1 0.00 MB 1 0
44,849 44,849 0000000035dbee780874e88bbc5f373f018e3d3cb3d5bc83c8fc18709cee7a63 0.00 MB 1 0
44,848 44,848 0000000017f504f7ebc3b8741557df0cd4acf03a41d786b0dcfd1a484103bb47 0.00 MB 1 0
44,847 44,847 0000000024e7ec19f9154f9de821f755a38a5055d863a42395bc130c5174f716 0.00 MB 1 0
44,846 44,846 000000001013425c7286c35b05012ea74a2e5cacdaf23d8b45f18a2fde6cefc4 0.00 MB 1 0
44,845 44,845 000000001214fab48cdaa16de5813819fbfeca837db053aa39f951c9bfc02217 0.00 MB 1 0
44,844 44,844 00000000362d5945e3693e43969a602bfd9de802f5a8d7f445c6efcd49d1f39c 0.00 MB 1 0
44,843 44,843 00000000202c4063869e7e9068c685232e148b19af66248b0be3b76d7b18068b 0.00 MB 1 0
44,842 44,842 000000001920563e3c82d5b418a7b013f766e6573acf52e8643b58f5399e2152 0.00 MB 1 0
44,841 44,841 000000000e60ccb617c99fde9241e34915a2fdea87286f2b4791dcb14f3d3d4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.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.