Memory Pool Memory Pool Refreshing

5,494 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (634,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,954 272,954 0000000000000001b0726af960eb08d68d75c6c25170ade1a3c95f16ae33e456 0.25 MB 560 69
272,953 272,953 00000000000000010e1e56cb71651ac0866b834dab664747934137ae4ff93220 0.21 MB 441 36
272,952 272,952 00000000000000020b8f7d5589e2394fdb13c3a59cf9656b6736c90af75f4881 0.52 MB 723 26
272,951 272,951 000000000000000256220f421563ef3bf31b99ea857eac4216371d3bc1e9c13b 0.25 MB 748 103
272,950 272,950 0000000000000005f741e8058f22f177ad20743ef1d388a6ec37179f94ef904f 0.04 MB 84 39
272,949 272,949 0000000000000000811dd08053425e359147b2a42555c3295c914ecc282bcbd3 0.14 MB 292 37
272,948 272,948 000000000000000089df2d942b73d2490bf19a50992f5036041e5288e6cbff7e 0.38 MB 687 62
272,947 272,947 000000000000000371c0ef13954d0bb5081c1ac174a7d964433a28e4c2cbc4fa 0.25 MB 531 70
272,946 272,946 0000000000000003f9cd4519de718c6c8d72e71b7b971df9d5c99311472ba81f 0.25 MB 559 111
272,945 272,945 000000000000000377365b6ef0a369390e2a3ae8d577cfa7f7cd16dbffd27d2d 0.25 MB 540 88
272,944 272,944 000000000000000263101facd70944915c17e06f0c1bdf21750c0cfd2c58428a 0.07 MB 130 30
272,943 272,943 0000000000000004908bdb37a04a6bbc7af034b111dced6a458cc32156ddc353 0.15 MB 279 38
272,942 272,942 0000000000000003c1c8f90166be320667efc2db022a3d933dba072f93e71d2f 0.33 MB 691 72
272,941 272,941 00000000000000049582b84172b3d31183d6a8c1bd0ed13977db8c37e23e2ac2 0.21 MB 494 110
272,940 272,940 00000000000000017c011c28ebe9711af25161192a50dfcc8d870f1965546049 0.23 MB 573 49
272,939 272,939 0000000000000004197385bf22fb70a43bc3a74487007afa38b3d0154e8088a2 0.18 MB 324 50
272,938 272,938 0000000000000000d7fd61326cd2c9b6783608cbd3d7d88ebe05fa818e1f3c93 0.19 MB 429 53
272,937 272,937 000000000000000555dad339456ca9ea6946a69e637360edd54a8a00217d9552 0.02 MB 56 69
272,936 272,936 0000000000000003976d49ef9fc0238be0080675829b34afd967613854abde20 0.13 MB 270 72
272,935 272,935 000000000000000201e94258b190c639e12691ce374e435bfeffde45c3daca37 0.11 MB 248 43
272,934 272,934 0000000000000002b1c8fa8b5968c52691b5e910e2401d585e234bcc60e6fa2b 0.36 MB 741 65
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.