Memory Pool Memory Pool Refreshing

985 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,426 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 966 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (827,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,569 80,569 00000000002d68cea716b3d6aa4984193e6d77254b0377bc3b1aae3c8e3522bd 0.00 MB 1 0
80,568 80,568 0000000000354269b5875adbe1f15d771d98518197fbd5d7c2a5f5c458355116 0.00 MB 2 0
80,567 80,567 0000000000353a7f166d2b7c2c16f7a706c39529a05d9e0855fee7313a2254a1 0.00 MB 1 0
80,566 80,566 00000000004eee6800be9ac69f1e244f7da0fa5443e7db58da7af8fb3ebed14e 0.00 MB 1 0
80,565 80,565 0000000000485c76e41218f0b684236f90f06dae45a6fd704ae4901248f50e16 0.00 MB 1 0
80,564 80,564 000000000047b9d836606a22dadffe46f481cdb933aa63f8c75c138158addb3e 0.00 MB 2 0
80,563 80,563 0000000000206383614cad55a2d50a70945a9d5bca3e64189f8cd14743d25c24 0.00 MB 1 0
80,562 80,562 0000000000471690d080b2e711848ac1e7a0661d90b2af3cface1f0173e4dc02 0.00 MB 1 0
80,561 80,561 00000000004b439f3d45e5343868633ed3388c80cfdc904f4142f438f9559f8b 0.00 MB 1 0
80,560 80,560 00000000002043bf0bc95cf131d30fb0c27ea3ef6911f66b6ad04f62e5cf1f5a 0.00 MB 1 0
80,559 80,559 00000000004c8eb69a1bdee0642b0950328731432ace993f61d2ad178199095c 0.00 MB 1 0
80,558 80,558 000000000039ebdac67f445c321f2aacd59687505444aa6a594de9af0fc3d179 0.00 MB 1 0
80,557 80,557 00000000004c809166235b181feead1529f149358c5426567dacf42b11e2bff1 0.00 MB 1 0
80,556 80,556 000000000055945a3df87334d8c770da04139eeeb6152fcdc99d87b832b40747 0.00 MB 2 0
80,555 80,555 00000000003c2b4dfdc3ba9e729d36ff2887a0219b1e3156f7807992162f50f5 0.00 MB 1 0
80,554 80,554 0000000000448b778f686620586b7947c8c75f78e17368c971eb41959fa65940 0.00 MB 1 0
80,553 80,553 00000000001a8a7858eeb9b89a1b5b8f55e71441c010be2aefbce0ba7ce8f6aa 0.00 MB 1 0
80,552 80,552 00000000005580035820c5213467649f2900a1e70f89a35544d5e3db64c4ac5e 0.00 MB 1 0
80,551 80,551 00000000000c43982f61aa9167d7c286aee3215229734caf7852947e61ebdb38 0.00 MB 2 0
80,550 80,550 00000000004a780e63360eda57cb9d912ae4289611a4fd5ba860b414856b1604 0.00 MB 1 0
80,549 80,549 0000000000057467829906193f43c0e755acc38bb97685bb21d70aed882618ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.56 GB sent, 99.53 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.