Memory Pool Memory Pool Refreshing

364 transactions
0.08 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
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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 364 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (608,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,397 299,397 0000000000000000023c0ffd3c5c66dc1e63c33018d833b1b103c0f313713944 0.22 MB 512 45
299,396 299,396 00000000000000007d719f8b36c89a2c2ff115b96f2d86cb859440c500b3cec8 0.25 MB 743 85
299,395 299,395 0000000000000000759a21e56b18afc5b58dc5f31ad86d0deea77ed4f1b97dc8 0.03 MB 53 29
299,394 299,394 000000000000000082f6e70f98465450e65636f1efc883d94ce25738ed43f309 0.25 MB 470 41
299,393 299,393 00000000000000008864ea4636ae5390c5d05a16480763c40c25035621eeb739 0.01 MB 32 50
299,392 299,392 00000000000000001fd0165aa2902421584c1814c33689db564b40a8e20421ba 0.05 MB 41 6
299,391 299,391 0000000000000000106091a4a72a54421c24ee2489e221f255c9ca11a96dea89 0.13 MB 276 31
299,390 299,390 0000000000000000268015e5ebccc610fee63894a1f51b562d84ea21d0251f46 0.20 MB 354 31
299,389 299,389 000000000000000011856bbcb896417b79b525392d7091af85d6eb97b5cf0075 0.26 MB 498 30
299,388 299,388 000000000000000076dac25688bffdd0e38e9d09116f7eba9d63d1c8cc41bf81 0.29 MB 299 16
299,387 299,387 00000000000000002ddc553dcc64db1969fd0dc42a51fac4f9bc9ba6454d882f 0.25 MB 739 51
299,386 299,386 0000000000000000630275da787f0ba15c369f62510c7648c494e8333aae54f7 0.04 MB 110 40
299,385 299,385 000000000000000009d0b13a9ac278b5be3750731212a6c05e7f5cf43cd0c844 0.01 MB 17 22
299,384 299,384 00000000000000007886f8fc8110fee3ea49bc7018896a1fc60b6e62ac1e3a52 0.01 MB 19 18
299,383 299,383 000000000000000054f011d4712ae9739c305e1e308b8cc069155be2cc0caf1b 0.19 MB 341 28
299,382 299,382 00000000000000004756ec0b091134895e6791bde1caaad9df689c8d38bda0ce 0.04 MB 82 33
299,381 299,381 000000000000000068e814debc84b349c8d3d3c9b8d6f71b6d7f882ceed63744 0.25 MB 513 34
299,380 299,380 00000000000000005e5cecf7f756b1b75eb6133465bdb9e3b0f69caf5d74b29a 0.13 MB 251 42
299,379 299,379 0000000000000000709e728b3dfffda8a03f17d0c16d2f8df26deb0992a78771 0.06 MB 125 34
299,378 299,378 000000000000000060eef4a8da527159bd35b1d660f9fe78ef873b314037eee9 0.16 MB 292 29
299,377 299,377 0000000000000000585f375029ef6a27cdec7d97696dfbc9914135fcb1210c7a 0.08 MB 90 18
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.