Memory Pool Memory Pool Refreshing

7,048 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (234,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,063 673,063 0000000000000000000180627c8d3987d91a2fc6c1ad8890b2abbb0be26c6d47 1.19 MB 2,770 66
673,062 673,062 0000000000000000000997e84e933b21c9a6a75b43c58578b2010b2064d1a412 1.27 MB 2,705 93
673,061 673,061 00000000000000000002aed63cf3c74e3b47674885f53cca5e317ee5fe18601d 1.28 MB 1,917 128
673,060 673,060 0000000000000000000a31ea973fab9790a927c0050d6ecc3d679580446661eb 1.33 MB 2,212 100
673,059 673,059 0000000000000000000c757757f9f72b310f84a9c0fd348a54de3905830285b8 1.40 MB 3,047 120
673,058 673,058 0000000000000000000b766e7b40da7ef7390c3063d6d8770e339ea02d1af1c8 1.32 MB 3,360 85
673,057 673,057 0000000000000000000bd4fa1933fe01edc196e6ac249d087d7786569deb610d 1.46 MB 2,260 104
673,056 673,056 0000000000000000000bee43d257578458291cb8e7213ab3a7d9df904ebf2408 1.35 MB 2,293 109
673,055 673,055 000000000000000000068193ac3e59710433286efaaa9a71ec612452a351ff9b 1.24 MB 993 105
673,054 673,054 0000000000000000000984754552a5213c51fe282435abd8383e3f6c9c8b847c 1.41 MB 2,826 127
673,053 673,053 00000000000000000006461f061ca85408edc2ede76b349b602821a6be9fc634 1.76 MB 1,882 132
673,052 673,052 00000000000000000006c3d8f46f3c61e3e1cd6115b194abf5c24b4a682041a3 1.74 MB 1,422 146
673,051 673,051 0000000000000000000af74b7eec84ac9e16dcdc05c23e95aad78dd1eef64ac5 1.47 MB 2,438 155
673,050 673,050 0000000000000000000c9f85607313f6251d4f75009f54708e42e39e37b402e0 1.19 MB 2,434 76
673,049 673,049 0000000000000000000146106d2f05db01350d73c1f038338db20e87b02e8059 1.40 MB 3,178 108
673,048 673,048 0000000000000000000767416799ebeeec96a374b9bd563e0d81edb8397c3ca2 1.61 MB 1,219 124
673,047 673,047 00000000000000000007e4ceeb919534a2475ee7989e64cb5d606562c19b524d 1.18 MB 2,852 76
673,046 673,046 00000000000000000000c6d3906113655ccd1edafbf7952f2cb5b15a0bb8359b 1.13 MB 821 108
673,045 673,045 0000000000000000000c9c5db37084af7798cfe02651cefe04905238151a7418 1.28 MB 2,087 132
673,044 673,044 00000000000000000009cfa1e60389fd92ef5586ea2781988e4b7ff24c893769 1.22 MB 2,292 93
673,043 673,043 0000000000000000000c952a770c80d6454020cbded2cfc2bce8f544296079d9 1.27 MB 3,030 90
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.