Memory Pool Memory Pool Refreshing

830 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (582,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,861 324,861 000000000000000019c9e0e0797d5a686c5935ce2a4c3e9e7f2a5fc7b3ab6842 0.37 MB 708 28
324,860 324,860 0000000000000000185b8f003088ef1eff57ae472055a72c5d5ef07a3ba6c477 0.25 MB 421 29
324,859 324,859 000000000000000009e2bf4621d87d730adf6a975688f854ba39d60cdd763271 0.30 MB 559 30
324,858 324,858 00000000000000001cfcc7e5815683ef70e49742b87269e2b0059d18d51e8205 0.38 MB 467 16
324,857 324,857 00000000000000001a3cdbe801c29c9d4af09a9c91f124093f57c075970dac1d 0.13 MB 260 29
324,856 324,856 00000000000000000d467b4727a5a0f0d4c791003c670869c182c230c378dec1 0.10 MB 171 27
324,855 324,855 000000000000000005f6a0da11952f0a4d6aa0a998807ff877446958420e14bf 0.39 MB 599 20
324,854 324,854 00000000000000000d81910bbdff866f8490c4f72d7f94cc88bf506eca8e1185 0.17 MB 512 44
324,853 324,853 0000000000000000081cd6705584c154b404e9cac2d65d1f8841e79c40fe4e93 0.18 MB 363 27
324,852 324,852 0000000000000000123a53dd3102b9385203dfd2d3d70678b1095b579a2065b6 0.35 MB 556 25
324,851 324,851 00000000000000000156f83e2faa4065f81ee3701533d865b54480514ee8f12b 0.52 MB 1,016 30
324,850 324,850 00000000000000001f63347ab9d4708157d6fd1a3990067807446d88b1cd813f 0.07 MB 172 26
324,849 324,849 0000000000000000187d97efe7801c26a8a193b05453573c1532919deb0fae17 0.43 MB 753 29
324,848 324,848 00000000000000000ea40021853dd1c3136beea7b1c211cc77cd7eb614ded08e 0.58 MB 597 17
324,847 324,847 00000000000000000e7c9d7020818928a4d53a0bfc3079e9a17da0533a245e49 0.00 MB 1 0
324,846 324,846 000000000000000005eaaa5c5ced43b71ebf7e3cd8452e194d3a2497ac6405f3 0.35 MB 1,049 41
324,845 324,845 000000000000000018b398f72c43cdac8bfd81421698b720f618e526b2ba157a 0.11 MB 236 25
324,844 324,844 00000000000000000c70128c63c8082cc70c11c8974e569c40cc715f57246c45 0.60 MB 1,193 32
324,843 324,843 00000000000000001ef78fb3eff9ccb93c1412dde88243e241acc4c0e41a39a9 0.06 MB 173 32
324,842 324,842 00000000000000001b3412e52061a37df1d9b817fae9686936abc3fd88b08892 0.19 MB 391 28
324,841 324,841 00000000000000001e284b761a89de8200b267d433533099eb1dc101c455e329 0.10 MB 132 13
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.