Memory Pool Memory Pool Refreshing

1,622 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (104,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,384 803,384 00000000000000000001bdafbacac6c09ade7b6cf8fb1bcab28d23f598a8e9b2 1.48 MB 2,360 11
803,383 803,383 00000000000000000003bec47ce14605e7ecafc7f409b3b8ef47c7dd7040a820 1.58 MB 2,509 14
803,382 803,382 00000000000000000003000b156a765a3ed6b279d214394d26d081616bf36d37 1.29 MB 955 10
803,381 803,381 0000000000000000000125235b31cfd4e7d51772777955ace33c1962a44c57be 1.98 MB 6,115 9
803,380 803,380 000000000000000000000ff0f3d17f4d92a0534cb63ba8e7293d21ea09932997 1.98 MB 5,967 7
803,379 803,379 00000000000000000003b6ce6c7ffa763969e5b59b9e3fdf02bd3d4093010926 1.69 MB 3,418 8
803,378 803,378 000000000000000000052b6576f4d254de1304016b578987f3c7bcc3a9607117 1.93 MB 5,789 8
803,377 803,377 000000000000000000047467723ec0b886474651e1660f74d0384983851f0a7d 1.87 MB 4,255 12
803,376 803,376 000000000000000000002b295be32ce59c723c0c04c869528b0b8f20b836cc74 1.62 MB 3,243 9
803,375 803,375 00000000000000000001b9cc15091e7767bcbc453ba1b1e40c9b60882436b715 1.32 MB 448 7
803,374 803,374 000000000000000000012dcd92b6dcf35d585931d655cd40128768600dfadc5d 1.41 MB 2,009 11
803,373 803,373 000000000000000000030fa3062c13c8568b80ec24bdc7709fca3e27baf45431 1.84 MB 1,843 10
803,372 803,372 00000000000000000003825e93e9a11c1a8ad993487d2c61c0620eaeaee55da9 1.66 MB 2,620 14
803,371 803,371 000000000000000000038b5c42e73edb1ce2e00db78c97addb0ce5fde22a6145 1.51 MB 2,606 16
803,370 803,370 00000000000000000003e9ad628fe864756cc11e5ba0280ac208f9697287afbe 1.31 MB 1,433 13
803,369 803,369 00000000000000000000d261a1e418e9bcba8ae49615508360cc32c306e7596a 1.43 MB 2,374 24
803,368 803,368 000000000000000000001054eb8bc2cbd7d24d3cd63ab6751d9d4baa17ad1bd1 1.54 MB 3,032 20
803,367 803,367 00000000000000000001912d405f9274ea67bfb9e7359f7ca5a0a4f8ef904554 1.93 MB 5,697 6
803,366 803,366 000000000000000000049fbc2507ad4e459ad512318b1404a58148c0bec8d768 1.67 MB 3,479 12
803,365 803,365 00000000000000000000b061ca24d2bafc9818c0b8ae53d908267c3df6476d3c 1.83 MB 5,175 6
803,364 803,364 000000000000000000055ae7f498d9eec5962ede4649e9865264892385210457 1.96 MB 5,626 9
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.