Memory Pool Memory Pool Refreshing

6,273 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (694,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,332 213,332 000000000000036a18a4aca9527410717836b808b212ed9aa8e932f9c88452d8 0.41 MB 921 165
213,331 213,331 00000000000002ae2ccb4ce4f6104662adb953e000087b37491e9f51fa838a7f 0.26 MB 592 210
213,330 213,330 00000000000003489b5f1121f83ad4b3ef889fa06161c74ea709a3b323c73a86 0.05 MB 136 139
213,329 213,329 00000000000004887314e2184f0068ba314586f3d30a17a55d0121e9641552d0 0.25 MB 432 154
213,328 213,328 00000000000000af0436abb5b7e59d5b49c2542e16f3c5cefd33dd9c3c11af06 0.20 MB 584 259
213,327 213,327 0000000000000163747eef22a28401144e845362042fa4dcb7ca08a7cde74a42 0.05 MB 93 95
213,326 213,326 00000000000000fc3255565ab8f080dbc4e04cf800c862e6b3122355a1c5ce60 0.36 MB 890 164
213,325 213,325 00000000000004cb6d9ed2770b3a1cf07762ddb52a3d4e2c2af01301567d769e 0.08 MB 256 30
213,324 213,324 00000000000000f51f065605962baf90fa0ed2b566a8f571ceb0cf50826650c4 0.21 MB 414 138
213,323 213,323 00000000000000d7bbd31d367cfbe1e78a0003ef5b8df983623094544278c653 0.28 MB 364 153
213,322 213,322 00000000000002d0bcb94eb3946093e63bc67998197005736a5da2d099f72d5b 0.15 MB 512 209
213,321 213,321 0000000000000265df687c250e613ae2d92ad7916136351c58e067f2c893e602 0.30 MB 670 188
213,320 213,320 00000000000004b5bbe94f49e4cf7c3632bcad273b79990de0e8526b2fa298c7 0.00 MB 14 41
213,319 213,319 0000000000000387b607522cd1bb4fc418971524332a94d5fda3c4682e1b1db5 0.20 MB 377 146
213,318 213,318 00000000000002865f88d2d356947122a9d3320c6121b14fa361333da1ac4ff3 0.10 MB 233 178
213,317 213,317 0000000000000076761aa41023feeb3d82b6244ff1073234cc7fe9d7d930e83f 0.17 MB 432 179
213,316 213,316 0000000000000159a83fbe2c184736aa772240815c858e3a53d0f4629b5135c5 0.10 MB 274 185
213,315 213,315 0000000000000173a596d59915231defe59f42d41601513f79da0b9981f334b9 0.02 MB 46 71
213,314 213,314 00000000000004e04d92a52cbe5fbe61196ecf959fd1446bc18ab40b594b0506 0.04 MB 91 140
213,313 213,313 00000000000000588d794fd089251ed323227196904cec475573cbf2592afa21 0.04 MB 82 132
213,312 213,312 00000000000002db8a7e433779c51e6f429ce4752abe10bb5e0c68975606fd84 0.16 MB 424 206
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.77 GB sent, 94.49 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.