Memory Pool Memory Pool Refreshing

6,342 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,639 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (737,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,278 170,278 0000000000000074d6083ebee3b02d5d99f0d5ab4e1b5cf8306dd2d3d0c18724 0.02 MB 69 9
170,277 170,277 00000000000009004f2ae85479e6b817b8f24106181ee88ee7898a5ef4eb0edc 0.01 MB 27 27
170,276 170,276 000000000000088454a8f5c52e2f6a563aca917b7ecf22b7a1fe5251793c67b6 0.05 MB 66 209
170,275 170,275 000000000000003f5178a6236fe11235cf6c6766bf6d5dc4ee229ad71cc10662 0.03 MB 60 117
170,274 170,274 00000000000008f00e21a0a349aab1038d7fc518ad55eac2532a3f711e212243 0.00 MB 1 0
170,273 170,273 00000000000001010a8ab00e5d9a530bd7c098e90cdcf082eca01efcbd637ab6 0.06 MB 84 51
170,272 170,272 00000000000007cdba4e237f0c83f8341864c8564c99567927bc9dd15ec6d0d4 0.05 MB 131 7
170,271 170,271 00000000000002543a3dc2286e08e6c223e39bdbb2f3ee79f33df64d9de30e3e 0.04 MB 95 176
170,270 170,270 000000000000074eef9e6518789bd615718176833df811ba017d7bce229d9760 0.04 MB 26 81
170,269 170,269 00000000000008f9e8c9bc2ef659d88025e136af0697bd3c35238febe8ca349f 0.04 MB 95 173
170,268 170,268 0000000000000925ebe0e52f0c130cdffb211dc0fb66c050834e7456c74446c1 0.05 MB 74 46
170,267 170,267 00000000000005afcb1ded6edc37d8079d723af598bdb9fab91dfe73ef1acb71 0.00 MB 8 23
170,266 170,266 00000000000008747279e3906d99b940bf1b0a13e8913a11dd050f71e09e8975 0.01 MB 17 69
170,265 170,265 00000000000005d0ba0855b4e832bed11800755b95206f052dc158e11fd56a65 0.00 MB 8 40
170,264 170,264 00000000000008895d292c90bf6a0966ae8d1dd86a8b258fb9e342ec793d56eb 0.03 MB 85 212
170,263 170,263 00000000000000a039e7b50ec2337976071b60f569f18dc75fac3bb8e248be37 0.03 MB 64 123
170,262 170,262 00000000000005f70fd72f49cdf27049e8dfe5af3100de0eee4f21be669e0290 0.04 MB 139 8
170,261 170,261 00000000000006f03010b038e875e7899b9b3d38a226f650ea3e24f87b8ecc21 0.03 MB 74 51
170,260 170,260 0000000000000049ec54c7c6df79fce11e724b4b56103e005e03fa8e8c2a4a09 0.07 MB 117 98
170,259 170,259 00000000000008d1c0fd2cdce23156bbc6e8063735e3e9c5793ce0ee0679102e 0.05 MB 88 120
170,258 170,258 00000000000008eb3dd4456ebac7d1a67add3e9748472a5bb76e57347609f72c 0.05 MB 105 41
Previous 10 blocks ↓
Total Size: 769.31 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,642.80 GB sent, 94.51 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.