Memory Pool Memory Pool Refreshing

14,022 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (726,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,389 181,389 0000000000000807e2ab6d84c75c501bd20498c61b1cc4af9696e3bfbb349b59 0.04 MB 119 10
181,388 181,388 00000000000006ca435db9d103f134238236d3acecc2ff75bf20db0727b05ce5 0.23 MB 483 244
181,387 181,387 0000000000000338086dc2b6ea760fcb5e4b6090dfab549f9d909b3291e163eb 0.00 MB 1 0
181,386 181,386 000000000000016b9dff832fdaeb996e924626e62d4ddd63b31b627847a74f42 0.00 MB 11 70
181,385 181,385 00000000000008f5ae1393b6a13451d2c5897277831bc098f1b6df30d18d21a8 0.07 MB 163 414
181,384 181,384 000000000000001a07e52b9cfac8c53664e1baa40b297f95c5e655a2fbc93515 0.11 MB 239 199
181,383 181,383 0000000000000215b1585d48d8857421332e30495db3cc0ce605d2d315a0aa18 0.21 MB 485 210
181,382 181,382 000000000000088bb2f037487a86ae27ab8e16e2d2c2ac14fe5d8b41cf18ad2e 0.00 MB 11 0
181,381 181,381 000000000000019202c3f3273596df56b87a7696c828e035a0ed6db0f75584f7 0.05 MB 156 72
181,380 181,380 000000000000039e2e31f8cac3537d1ee07aa025630a500cac74b9d1dfa9cc4e 0.05 MB 105 99
181,379 181,379 0000000000000210a2fb3171f13b5f3dea777daa0edfdd6f112e5dbbfb586aaa 0.25 MB 685 213
181,378 181,378 00000000000004a00a665c958d6cd829cc9790cb1446381ce90e8d407984f676 0.05 MB 137 155
181,377 181,377 00000000000006da215498e293ed2f0b95a5c4096b098b01324ecc1f15dd7735 0.14 MB 288 196
181,376 181,376 000000000000082f7e0b45d755533565f2efb0ded1cbb0765f46c589f022fd72 0.00 MB 12 0
181,375 181,375 00000000000000212ebc926ae6c23c3a9b573a40991946bf89295bd8c1953ad5 0.22 MB 453 101
181,374 181,374 0000000000000203818937bedf2f0663cfa78a202fff9e96bb6812b525afe718 0.25 MB 569 209
181,373 181,373 0000000000000760efa9fcb33b23b4f8eda89a16ac88552fd2780533a0512b4d 0.00 MB 14 29
181,372 181,372 000000000000047503530c5f6480bc0f6089e25c477ee1c2a4e83cf4fb76530c 0.05 MB 130 252
181,371 181,371 00000000000008ffac6d5bd0602e8f28309ab8584acc0fa4c80ed5e468a6c91e 0.25 MB 699 150
181,370 181,370 00000000000003afee33f7c381ca6f1fd260b85c21515a5cb691ca638e638329 0.00 MB 12 11
181,369 181,369 00000000000002f3ca3178047cfe72baa97d8f94cde5897ef65b785f25aa9aa8 0.02 MB 27 216
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.