Memory Pool Memory Pool Refreshing

101,847 transactions
34.05 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,563 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,015 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,562 (98,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,529 748,529 00000000000000000004b39b11bc5accbf5fc76e1867608fb083c2042477c1bd 1.52 MB 2,736 10
748,528 748,528 000000000000000000015a697f54f9115f4d1fd321999a76721a637fd0c79670 1.24 MB 909 12
748,527 748,527 00000000000000000007a065dcc3c88a432629c329ac98f3ed199e4c6306b78d 1.52 MB 2,702 17
748,526 748,526 00000000000000000002323d3439aa3c43a90596f33166cc454e1019a4420459 1.56 MB 2,984 23
748,525 748,525 000000000000000000082b7d6e63728556f47a43e83f1a2a78592fcfd4d720b1 1.56 MB 2,078 15
748,524 748,524 0000000000000000000344fa2ab17cb178a0ad0fc4348b130379b793063c9e99 1.60 MB 2,501 14
748,523 748,523 00000000000000000009e613ef6365d9df2e0cc2388ff714251f7b48efe9359e 1.37 MB 2,307 18
748,522 748,522 000000000000000000028dedb0ffe0fefe257580c0166a191b2ab3ab04e7d1ec 1.23 MB 1,482 19
748,521 748,521 00000000000000000001b22f85bb4bfea1d497cb163d91f6118fecafbcdc7544 1.11 MB 1,607 6
748,520 748,520 00000000000000000001e8d60c1dc232be78c96d44f2b055f0fe34a70ee6e101 1.55 MB 3,137 14
748,519 748,519 00000000000000000002fb679ac02ff77424a815cfc50c876b227fcc41f1828a 0.98 MB 1,551 9
748,518 748,518 00000000000000000000331973853aa88945cdb2fc2763c3e352dcc180873c4b 1.53 MB 2,564 10
748,517 748,517 000000000000000000001ebb30cfd330eee6740fc92b7b3e9e4598de9975e469 0.48 MB 985 11
748,516 748,516 0000000000000000000437fff11d974f65a592a4e5ad1bd2956cbc3a787288e8 0.14 MB 204 12
748,515 748,515 000000000000000000095202b458aa84629c4a540b2bac106081d10c6d3bce43 0.03 MB 63 8
748,514 748,514 00000000000000000002aa01937cf957bddb946537b92ad9fae8ab43f40c7a2c 0.78 MB 757 10
748,513 748,513 00000000000000000007e7d46c40f5c12599f6f0edc8835b70f99068a135fc28 0.10 MB 195 12
748,512 748,512 00000000000000000006addca34261ed867fee6b87202003958d9255ab5bb5e2 1.30 MB 835 6
748,511 748,511 000000000000000000074821d39f746930438b3917cefe780ee73b88cc5ebbbf 1.67 MB 1,369 6
748,510 748,510 000000000000000000084a3222bc6990fa099606be1994078fc4f82c292d6aa3 1.43 MB 1,904 8
748,509 748,509 000000000000000000092ce62258bf6609d4f89f2355f84b7401597ff6694e10 1.23 MB 1,459 16
Previous 10 blocks ↓
Total Size: 655.24 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,435.44 GB sent, 94.90 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.