Memory Pool Memory Pool Refreshing

19,516 transactions
6.27 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (772,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,896 134,896 00000000000006758c63eebddcf5fc1bb9f4778ae3efeb1b427131ee9ee29232 0.07 MB 111 334
134,895 134,895 00000000000008687eb55845a4b270b9860b3c90a3ad85261ce5f26bac8d76ea 0.05 MB 113 107
134,894 134,894 00000000000004a8cfb4736fb3b50e9694519174a1682018c012f2813255aea8 0.07 MB 104 821
134,893 134,893 0000000000000af34c31364ae230d782c8509964d609a05fb9968f69b6109af7 0.01 MB 23 0
134,892 134,892 0000000000000641c203ab05ac2239ebc46d619d36f826d8b1b6b860105a203e 0.02 MB 51 703
134,891 134,891 000000000000029afd08cf6c1354400664a63baf483e8eb66ae6034a2f5599de 0.04 MB 143 126
134,890 134,890 00000000000008b9809bd5b23781795dec9c0b2540e49e478ef8e3613465785c 0.02 MB 40 671
134,889 134,889 0000000000000289afb298c3a53cba94119cd20999176ba666639520acaace55 0.03 MB 79 290
134,888 134,888 000000000000035daa6cef93acdd42251b98de712b0bce0b685a89b0d6bb4534 0.01 MB 16 375
134,887 134,887 0000000000000bb12791a99d2fca89846e63835d0e0edd96ca25d0ac50e32d39 0.05 MB 109 71
134,886 134,886 00000000000004cc5b8801ae34067ccf0be16bc8482c6305daa345f7ac19c8a8 0.01 MB 20 1,717
134,885 134,885 00000000000006441f96d1c4ef05f62151ca0b86a8f8bd5977fd203a350b26af 0.04 MB 56 948
134,884 134,884 00000000000002a61e1584899db49c928b3e896b9564b3aacc0271fa38220442 0.00 MB 1 0
134,883 134,883 000000000000052dd99a10465c5abbdebc16356e77959da2a253b3d89e3fa0c3 0.01 MB 15 87
134,882 134,882 00000000000002761cb5032c7342272eb6032d37180b0d4cfd6147b53499797a 0.03 MB 63 388
134,881 134,881 0000000000000ac7a9b10ab7929630c2b9c42b5a3d80f9d6ed6f5636866dd2cb 0.03 MB 106 2,240
134,880 134,880 00000000000009f7c2a59a124768cb53db0ec9dddec5f881496e266758d4bf1e 0.00 MB 1 0
134,879 134,879 0000000000000233c5561d1d8716d0415cf339205993f2b1ebaba269b19bfdf9 0.01 MB 19 596
134,878 134,878 00000000000005a16017e05119a498962e258d5970b905a98588677271ca0ffb 0.00 MB 2 194
134,877 134,877 000000000000034d9a21e911ba24cc6082b1455f122ce19ae330658f06401c47 0.02 MB 31 142
134,876 134,876 0000000000000512d4398f9feead7e6ecaf4cefd4cbf018429cef1a1c47ffb7d 0.01 MB 16 1,355
Previous 10 blocks ↓
Total Size: 769.02 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,624.49 GB sent, 93.00 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.