Memory Pool Memory Pool Refreshing

3,717 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (534,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,608 373,608 0000000000000000000e96ebdc2bed294a6a243b09fbc1736b2e2cf66e0e351e 0.95 MB 2,839 68
373,607 373,607 000000000000000012dccffbc5cc6b352c9fb9fd5c96cab04233efdac9510b3a 1.00 MB 1,687 34
373,606 373,606 000000000000000004f0759e841f6a00a2c92b20015fd6e55187e9e9be77e6f0 0.30 MB 556 39
373,605 373,605 00000000000000000da3aef73dff730d39c573856a2e4435e540726a7db51a4f 0.34 MB 807 50
373,604 373,604 00000000000000001288952b18733e59cc82f605b906e5c4ab81c5903b4a6ace 0.89 MB 305 8
373,603 373,603 00000000000000000a2b4b9de688a2b43a286cac2ae32849699821635e6a72ab 0.92 MB 429 9
373,602 373,602 00000000000000000d7076c1859740dd95f583acfa474090072f5eb75996e98a 1.00 MB 1,898 46
373,601 373,601 00000000000000000810c0285c417493c74769fe0c7c5aee84f6367e486acb5a 0.28 MB 587 38
373,600 373,600 00000000000000000f66455246e8055a4d528d0ffab6a96cd837ed6debaf4b59 0.95 MB 1,385 29
373,599 373,599 00000000000000001224cba7c544aa4b307f2aef73ff35c68789d17108c1028b 0.99 MB 1,617 28
373,598 373,598 000000000000000012e959f057365080652ad8bf0ffc1275d20d2e9dea956514 0.75 MB 1,037 27
373,597 373,597 00000000000000000f19f6cec367d14f6ad06a85170a91df9d4cf22bce198294 0.75 MB 2,006 58
373,596 373,596 000000000000000004a7fcefc23aeca994eec7becd2daedfbf40daf5326e4635 0.00 MB 2 0
373,595 373,595 000000000000000001954f23a50d87f20bf2acf118f839322aab5c979050ff43 0.97 MB 823 14
373,594 373,594 000000000000000004852e84cd5a9cc0c43247a4212cb22b313fa5c5443496b1 0.93 MB 2,101 41
373,593 373,593 000000000000000012474491df68cda13ed6429fd32c90f5df0c83a97b9ea0cb 0.00 MB 1 0
373,592 373,592 00000000000000000ae5a6b6bc08a213aee1573bdb13c591cc719ad89120bfe3 0.63 MB 1,329 41
373,591 373,591 00000000000000000ffc46aa1ad74e41d06e763969fcff83ebf8dfc9329bfe0f 0.72 MB 1,312 39
373,590 373,590 00000000000000000d7d5120b13c55b7f994f20eb03e48037848011297e5b20c 0.56 MB 1,362 48
373,589 373,589 000000000000000000eda54742273c7c55e8cdac337c367290374f5ded5e7dc5 0.88 MB 1,637 36
373,588 373,588 000000000000000002bae50dc0723d71ef6e33e74d49c95a210746a9fed4393f 0.68 MB 232 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.