Memory Pool Memory Pool Refreshing

1,171 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (774,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,895 132,895 000000000000092f4f7388fd62cd70dddb2e8f8a46a29432f955f6acd3615a2b 0.02 MB 81 169
132,894 132,894 0000000000000f89df606b6038ef41d78f2c9c2d4a393e52b432f2973d02f958 0.02 MB 49 686
132,893 132,893 000000000000002cb718bee4a57666d5907562bdeea337e4b8b4d1df918d6c5f 0.03 MB 79 264
132,892 132,892 000000000000089174962b0cee272f9b55dc5a09016767c99b23049fae8f27d8 0.00 MB 10 296
132,891 132,891 00000000000010b60119673167546307b798e6bb0275af8788f01bc388e8ba17 0.05 MB 181 37
132,890 132,890 00000000000010bdc428c2bf52d1ad01d421e0f23502daa698a1cc9591713f98 0.02 MB 37 866
132,889 132,889 00000000000011684de438147f4be058c997eae64d8f88baf8bd2294fdcd0cd1 0.01 MB 33 377
132,888 132,888 000000000000003900128ceaad5319ed7dbf41e835df9b3947168e201cf6ef70 0.05 MB 173 157
132,887 132,887 0000000000000b6007c04e4650e8cc90b6c5a09893386ffee78bc4e25c6c7714 0.00 MB 10 303
132,886 132,886 0000000000000eb2c6c68a53c147adf444f2c055844a15e421989a9f8cc927ca 0.02 MB 56 461
132,885 132,885 00000000000012c92e4271a5a3a14f8694219724548b2c6b6133332093b4af28 0.01 MB 28 272
132,884 132,884 0000000000000f53a8a4ef67f4578e5b94bf761543a5e888678f1fe18632f0e0 0.00 MB 18 0
132,883 132,883 00000000000009743793ea36bb44999545e7fe2a4c96189184c26b03e80366ea 0.01 MB 24 845
132,882 132,882 000000000000083845ed16457b283d08a9da452f5be158ecc35999093f5410c2 0.03 MB 79 53
132,881 132,881 0000000000000f7076f39b7410b34803e678a532a5585582348d49b65681fc09 0.00 MB 10 1,526
132,880 132,880 000000000000077d3201343a9a4acb003d56c6096d7434563babc22110681e20 0.00 MB 11 1,339
132,879 132,879 00000000000003ab51e39326aa863eb6e2227bc9dcc5575c575e8bca42c82efb 0.00 MB 1 0
132,878 132,878 000000000000105bf3a130dec80d9c646b99131e4e6530c8168191897eeec86c 0.03 MB 83 84
132,877 132,877 000000000000058040f503922cd7a45e30cba096d428cbada00ff5dbf87a3162 0.01 MB 14 1,806
132,876 132,876 0000000000000104821e79fa2d12f7f90059f2345ead1f60137b477c674f0d1f 0.00 MB 10 33
132,875 132,875 000000000000127ab7ee172af38c38b6ea3471244a0764f154762d44b2513117 0.00 MB 11 705
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.