Memory Pool Memory Pool Refreshing

17,351 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (788,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,907 118,907 0000000000007407f7ef6cc43edf4328a905762dd1135a42187fac0555aae32f 0.04 MB 148 5
118,906 118,906 0000000000001f6cd538e00049d315e5fae624749735af1b02da5116cde550a6 0.00 MB 10 336
118,905 118,905 000000000000884361c8bd32e66064fb4af198a63f24b70b2d11f67b617ce629 0.01 MB 6 0
118,904 118,904 000000000000a37de05f060b6b68a87a34001e2d661a67a6582080139191123f 0.00 MB 11 0
118,903 118,903 000000000000abb8ffe791da650742df4570d76aa58e05203973cdb1c8d10ed4 0.01 MB 29 0
118,902 118,902 00000000000019171c16dfbfbba6646a1c0bd3312d7d30841dcdba2ef8b706a3 0.00 MB 9 0
118,901 118,901 0000000000006f917d4897ae4340fe5449e6e4244d8fd9f41b4b2a82cdca2ce9 0.01 MB 19 384
118,900 118,900 000000000000ada7544c3412bb1df2027aaeeb06ed57a492956b91959ea03de8 0.00 MB 11 0
118,899 118,899 000000000000078f76d47484e00980dfc08e89891bb4f71959d236a41928591c 0.00 MB 12 0
118,898 118,898 0000000000004fe41f08b0a2af9d8a1257e9601ea917b219012e813e5aee29be 0.01 MB 37 2,943
118,897 118,897 00000000000091363b7a00864b983070dc62913313701c28fa0bb6bd933c6740 0.01 MB 28 119
118,896 118,896 0000000000009f91aae791d4e175b3aa0e3d9b88042d7807e6f26d285bf20e1c 0.00 MB 11 0
118,895 118,895 00000000000071a1d07c5306f615eea31f7fd35a2acd6c50bf5546d487c828c5 0.01 MB 2 0
118,894 118,894 00000000000016a15cb0f17b55fe8b9f33cbc7df132b4994f5c2094f59b3943a 0.00 MB 11 0
118,893 118,893 00000000000086b7fd89a975347897cef8407952fc217219407a6884da8c8daa 0.00 MB 5 1,035
118,892 118,892 0000000000001d1ca0ef36b504b96bd36fbba1911045b996282d8827bb4c06ba 0.00 MB 11 606
118,891 118,891 0000000000005d2704c2a8540bd3353efd830f3d4d12415486491e4511973ad3 0.00 MB 12 0
118,890 118,890 0000000000008190c6fcac0631616d28aaeb3aba6543996f00a9d3ea85fb2f42 0.00 MB 1 0
118,889 118,889 000000000000a510c8b5c55a18d30802e3c9fe380a037917f6bd385a29636200 0.00 MB 4 0
118,888 118,888 0000000000008682ac24f8948f7be2dc90bd29891880aad5c901bc2ac1d20e04 0.00 MB 12 0
118,887 118,887 000000000000c8f6ebeacaa509712a2e328a4419e3091535b50288aab9431282 0.00 MB 6 1,199
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.18 GB sent, 92.99 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.