Memory Pool Memory Pool Refreshing

700 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 673 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (447,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,084 460,084 00000000000000000052c4c4e1618d0c6bfafe02b4f3ffd146af5440822a2964 0.40 MB 536 68
460,083 460,083 000000000000000000bf481601e6c1751d2195aaada76f3c3ebb2ce839871833 1.00 MB 1,915 155
460,082 460,082 00000000000000000058e0fd8358a728bea3926fe09e9f9f58da5ab8d02f2ed1 1.00 MB 2,011 94
460,081 460,081 000000000000000001fa1dafd1ab0d5ba2f7ba3db11c666ef155d7e3b29b3794 1.00 MB 1,670 93
460,080 460,080 0000000000000000007eb3ca553997de98643692f0c169e41bd07e7cadfeed89 1.00 MB 2,249 154
460,079 460,079 000000000000000001131887aac8f14a186818a50bc7c045fc082d05e9f3fe39 1.00 MB 2,631 142
460,078 460,078 0000000000000000010725220830b554e3b4919fc49f7fc37563abea9ae59a31 1.00 MB 2,185 170
460,077 460,077 00000000000000000098e4f2fa302180b04fe1bf704e07e701ed78719c3c1380 1.00 MB 2,008 211
460,076 460,076 000000000000000000906f5c47b7446ad781f19ae50d201a44e32c0d890a31de 1.00 MB 1,462 100
460,075 460,075 0000000000000000015e0b16e5fe54616bc1d291d73f54c06bdc75ff83e691c7 1.00 MB 1,803 107
460,074 460,074 000000000000000001868225496e7600a9fc6eb815ed64084f3dca7b60a1459a 1.00 MB 2,130 139
460,073 460,073 000000000000000001512741a806c500376fd0ab648b9ea8c5dee37cb2fb9b62 1.00 MB 1,811 99
460,072 460,072 0000000000000000021386337dbd1c407a5f20a2a0b809e772eabbc70af163c7 1.00 MB 1,355 129
460,071 460,071 000000000000000000db4214bfe97a05473624da349eb9e15b92be85a5e83b2c 1.00 MB 2,629 160
460,070 460,070 000000000000000000308a013733c57e9c5b4bd14bc4e53e630bd689e8d2b04a 1.00 MB 2,142 147
460,069 460,069 000000000000000000116102e7af7946f8b8d8b5d43d6e3f9c1ff46428fdc20c 1.00 MB 2,088 172
460,068 460,068 000000000000000001b65607cc47a3b41125114dbebea58fbf50afd44c7555ad 1.00 MB 1,598 171
460,067 460,067 00000000000000000186ea952eb0692e4189005e5bd0e9bcf0c05d0fb151ec07 1.00 MB 1,655 190
460,066 460,066 0000000000000000008d94fc1e46af65a02b6d560561cff85635d7799054f0fd 1.00 MB 1,641 195
460,065 460,065 000000000000000001eb1f291fca3ad6f3640fee889bc1b99e0d4689cb322291 1.00 MB 2,479 153
460,064 460,064 000000000000000001c5a5aaedf87f57ad59e8f57e1245a180f90c7a3ec5cf7b 1.00 MB 2,527 163
Previous 10 blocks ↓
Total Size: 769.30 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.58 GB sent, 94.41 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.