Memory Pool Memory Pool Refreshing

6,999 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (827,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,668 81,668 00000000000c4a279ab4a0324ca8512db8d62140625331db60f9fdbfb490bf3d 0.00 MB 2 0
81,667 81,667 00000000003a422ded675ec12ec52542259086270476b2d3e43e2a1e8c272485 0.00 MB 1 0
81,666 81,666 00000000000379e548404ee37adb12f69a0a645b4b38575b586549daed503d14 0.00 MB 1 0
81,665 81,665 00000000000f691d426189f3ec9277a70835a45b182f351e60ded2083ba6c0a8 0.00 MB 2 0
81,664 81,664 00000000004567b4ab523659a118ad95d1536bfe7d0eb208742782153f968363 0.00 MB 1 0
81,663 81,663 000000000010f038df659ab9be861d0ccde2876e21f42646a865f99ab0772082 0.00 MB 1 0
81,662 81,662 00000000001bf9f3c58388994911f2f6826c5b11ba4d1888376a20ec673f830f 0.00 MB 1 0
81,661 81,661 00000000003f666b371d4d7574c36e5f5250c82522bb47e1c1cb805abaa42c10 0.00 MB 2 0
81,660 81,660 000000000002a61f09f8e84faf034a11976b3a4ab254b15d83fd3dd3f4d76302 0.00 MB 2 0
81,659 81,659 00000000002859967a77208c0ab8513798746541f47d68be168dfe94b9b61e8a 0.00 MB 1 0
81,658 81,658 00000000001201e58f1be4f401de6e7fddf5f78bb72a2d8ec63990d504e1a5a4 0.00 MB 1 0
81,657 81,657 00000000003198f154976401ad81e6e5ba25ad4906efcd9fd77915796c5561eb 0.00 MB 1 0
81,656 81,656 000000000020ca00fc35605a374b7b26f322061c89b98af46fae6b20eb3cc0a2 0.00 MB 1 0
81,655 81,655 000000000040a7cfad40bbd453b44153f8e98a083c70e269bd6485eb45110f1a 0.00 MB 1 0
81,654 81,654 000000000001b48e72cbfe65623922d6094e2a6723c0eaa5c1709404d84aaaa9 0.00 MB 2 0
81,653 81,653 0000000000090fbf220ad5d57fc57fadf02b8a69a5a64ae142e23a13573cfbaf 0.00 MB 2 0
81,652 81,652 00000000003a29ae68c3a02120b8fc8e53d093dcba71d694ddfbe00a5901984c 0.00 MB 2 0
81,651 81,651 00000000004568903641c0404fdc53cc79593ed0375646ce8b022bb273f215c2 0.00 MB 1 0
81,650 81,650 0000000000339c69da62d33de6b7cb64079015b2c93e4b25d5d7e3a1ed5adc59 0.00 MB 6 0
81,649 81,649 000000000040751c7543152f158cc217c4cf6e4305a2a391b10b8751e60c0cee 0.00 MB 1 0
81,648 81,648 0000000000091616274a3ef38f5f4bfcfd88873b6b71e6613bb583eccda004ec 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.