Memory Pool Memory Pool Refreshing

2,443 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (888,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,810 19,810 000000000e29d3cf6e2f510f226e6ab64cefb383da6a649a76f6828c616e6f04 0.00 MB 1 0
19,809 19,809 00000000b5f6f2224e495627e797c80c136c0bc59f8268382c4703fc7501872f 0.00 MB 1 0
19,808 19,808 00000000faa04c016a966823f347ed4578aceee34f86805305596dd96f81b04d 0.00 MB 1 0
19,807 19,807 000000000ded99012d6275672ebdb8e69847637a49449225bc7f6812f79829c0 0.00 MB 1 0
19,806 19,806 00000000abcb80469c3d3c1f77df85f261238d95acd61438b98cfc28fbe0ca79 0.00 MB 1 0
19,805 19,805 00000000d5c71184935f0d340a10944aa185934f525822dc2ae3620a0eba19a9 0.00 MB 1 0
19,804 19,804 000000002f495feefdd93f74b7a68efa38efb9013a0706e3f147cb8ded1f3668 0.00 MB 1 0
19,803 19,803 00000000c61a4cad6dd2925da26933330dd773c92b5e1d72bd420eb3ee481be4 0.00 MB 1 0
19,802 19,802 000000005d325b3c5f85ce76f098e11f0276df5c2226e33c81b18ab48a1ec882 0.00 MB 1 0
19,801 19,801 000000008748ef994612564b27fa45fa9b780c562cf793bcbd11634d6c58ff83 0.00 MB 1 0
19,800 19,800 000000005addbe224c48f2dfdcbb080c0f89eacd2593b02550ed0af4c4fa7dfe 0.00 MB 1 0
19,799 19,799 000000002ddcce480eb3d3a78c68b92a1e7a63093ad0545715ebb5011f47012f 0.00 MB 1 0
19,798 19,798 00000000f2137b526bba2106f308bde12546cd2ee2390163509150a575dd7711 0.00 MB 1 0
19,797 19,797 000000001ea09ee0c5dfd59780d11a404723877c3143137a899c25345ad63a7d 0.00 MB 1 0
19,796 19,796 000000003ff25712b60c4546d8113a2e3d59fbc040db6dbf248306382588aa8d 0.00 MB 1 0
19,795 19,795 000000008c7e8405bb823220a58b302c786198f21c85ab90291b608fc331ae13 0.00 MB 1 0
19,794 19,794 00000000eeaac83b126d3a07dcbe45bbd09d1cd6724cd646b68c095ce8f65996 0.00 MB 1 0
19,793 19,793 000000005388094416f8838ebecfc58f1bc4cd6cb3233d4ec4e47f4bb7caf989 0.00 MB 1 0
19,792 19,792 00000000d860c724f48ebaf53992f53390c13d3cd4b917c26c513dd1f99d6095 0.00 MB 1 0
19,791 19,791 000000004b55af216ef3da2596d3e86fa23bf3bfd55ac1c8bdd01de5b4b39dd7 0.00 MB 1 0
19,790 19,790 000000008db6ee65f9618b1c5dfdee68bf4d403d4aa998209704cbb3fc73b457 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.