Memory Pool Memory Pool Refreshing

2,330 transactions
0.91 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.91 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (851,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,992 56,992 0000000004337db76eaa8ddf2720d0c7abd07ba1000a83d5991992a1689ab763 0.00 MB 2 0
56,991 56,991 000000000fd8a1ea75be6aa3aa7ab470d600b0c41844c1f7fdcc0a296f8f24ad 0.00 MB 1 0
56,990 56,990 00000000055687266880814a730dd0ab820f5ecc7eae9c8990857ce8c8a0499b 0.00 MB 1 0
56,989 56,989 00000000029e4b057cea33b725398bdafb04c3fe00293a61909a6f47519270ec 0.00 MB 1 0
56,988 56,988 000000000b24643a872191f341ab4b4af1982155a1c4a231a2ac5e61d0efe88a 0.00 MB 1 0
56,987 56,987 00000000014f8ed6f3f9217a3afea5dee4fda0506742b00a32d5dde434fd1417 0.00 MB 1 0
56,986 56,986 0000000003f72fd89bc16fbdc8842ce6c75b9e1f90b44b7bc65e3acf76dae1d3 0.00 MB 2 0
56,985 56,985 000000000a8940b4977c502ad9fe780928ec77f077c289e47cfdd829d6f09657 0.00 MB 1 0
56,984 56,984 00000000068c80d93e6e95928fa7b1125cbdb2097913473b40e5c07eb9275b18 0.00 MB 1 0
56,983 56,983 00000000142f0ef27f0975c57cc7b894f5469d2ac5aa1d2e1fd01905f3eb6859 0.00 MB 2 0
56,982 56,982 00000000123f76f020c2c6261eed1ce90410deb7e3da80b0260a67004d424903 0.00 MB 1 0
56,981 56,981 000000000fb3009cc27a65b43233f4f7738ae0e97abb08d729e98d29c964af60 0.00 MB 1 0
56,980 56,980 000000000b5bf5067ce73f621375e0c875dd2d3b320808ecf98e7b4c1ae2328f 0.00 MB 1 0
56,979 56,979 0000000002051fec3b1a1ac3de5ffdf1265b0a0bb0481d466dcc713960bf2705 0.00 MB 1 0
56,978 56,978 0000000006896d5a719cff64eca98da480404b2b1e4dd0c47fa4023340c7ee62 0.00 MB 1 0
56,977 56,977 000000000c916ccbc26069f60f2519825cc7f40ca0997ac001cc5243cd219bff 0.00 MB 1 0
56,976 56,976 000000000f945b861bb386e2cd2fc846de6ec5a4aadbb800d170d6e54ba1254e 0.00 MB 1 0
56,975 56,975 00000000042913ef341e70c22f6535363b7fa79c93ab58f93847ef223964a38c 0.00 MB 2 0
56,974 56,974 000000000713e2f7ed26ca1036a811c18128d8d3eb555bd78af407deeee3ca95 0.00 MB 1 0
56,973 56,973 000000000aa04f542c9229c3997537056dd1eb5be18c519587692d41fab85ee0 0.00 MB 1 0
56,972 56,972 000000000ae3a6a13eeeb6aec493b495aa1d9272ad81ba0cbe3086eb2630e4df 0.00 MB 2 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.60 GB sent, 101.72 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.