Memory Pool Memory Pool Refreshing

797 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (68,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,306 839,306 000000000000000000002c1937b3a58cbf71770da5f6853d53c34d0fbfd13ef9 1.81 MB 4,796 66
839,305 839,305 0000000000000000000239e7a48a0d494ec4d81e6769157dd671fb71c0f134fa 1.78 MB 4,533 81
839,304 839,304 000000000000000000021e4d6c3a5550af75595356a9e6611e625d76ba05619a 1.78 MB 4,482 88
839,303 839,303 000000000000000000002af136e2268f913e5bd1679bbcbd2ca4cd1dcabf411a 1.75 MB 4,380 91
839,302 839,302 00000000000000000002ee94a39b6af6c1fccc0e053030500772b4a08fc64d7d 1.68 MB 3,852 108
839,301 839,301 000000000000000000020b559e559df3a6da7c37cbc392060807530e61521562 1.68 MB 3,568 105
839,300 839,300 000000000000000000009cca02f9c8cf9655631f793e6b1b519e4f29ac934397 1.74 MB 4,239 115
839,299 839,299 000000000000000000027743193fca9dfb6bd9ef03173e662d580cf8e2be42c0 1.54 MB 3,115 138
839,298 839,298 00000000000000000001041d627b71b5e8d15cd55e842399fe9ae00b140c5620 1.62 MB 3,724 118
839,297 839,297 000000000000000000031dff9c67feabc8816275d313277267495b1c9fb1eb3d 1.48 MB 2,816 134
839,296 839,296 00000000000000000003186d1e12d3432d2789c6194cd771ddc2b7446665dd9c 1.72 MB 3,568 131
839,295 839,295 00000000000000000002ba7c5e4ac7e6f598726c2134f49df02b5693ed6599d5 1.45 MB 2,565 93
839,294 839,294 000000000000000000024a601e96588a39f80e0b46900a413192fda34593d53a 1.61 MB 2,964 156
839,293 839,293 00000000000000000002efbf25720cc571ceb3bc476b4a26391563cabb1be1ef 1.74 MB 4,214 101
839,292 839,292 0000000000000000000144a4815d8dae87fcda26c6e96d53b4e8f0c7f8694e6b 1.83 MB 4,964 107
839,291 839,291 00000000000000000001553229c86e4f8ea3883cb704cea9fc822d47c7d56b53 1.72 MB 4,007 115
839,290 839,290 000000000000000000002b12663501a8949abfce32c6d99817798d5332ca86ac 1.94 MB 5,485 121
839,289 839,289 0000000000000000000301218cb7a6fd3692c3147956360dad3e96a806a8c304 1.66 MB 3,760 107
839,288 839,288 000000000000000000008e33360587b6ddf1476b178f8e0d805fe4bfe2914173 1.71 MB 3,960 129
839,287 839,287 00000000000000000002843528539a6c45207cd5ba5d3e230e853dfbc0b0056e 1.79 MB 4,478 122
839,286 839,286 000000000000000000014c192ee498dd28e883c58d47802db8b72b2edca6cf34 1.70 MB 3,978 133
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.05 GB sent, 93.22 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.