Memory Pool Memory Pool Refreshing

5,701 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (395,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,952 511,952 0000000000000000001e37a1e870442dbdc1b819842f9b13e828d52ae5633c79 0.50 MB 984 70
511,951 511,951 00000000000000000008b697679597392957b89f6e4577805f3af34d445f47b1 1.02 MB 560 12
511,950 511,950 000000000000000000235adcfcc44b719bb717e2f73a08c341baad5e321237be 1.02 MB 604 12
511,949 511,949 000000000000000000066be5fb41d33605297566204eac1a33e25a1b0e4d5a6b 1.09 MB 567 7
511,948 511,948 0000000000000000001b749527e99b563eff47b4029553abe0281066f5cc22e4 1.12 MB 2,235 56
511,947 511,947 000000000000000000587fd67c082365eb18c413608e88d3f1fd4a762db2f476 0.33 MB 863 45
511,946 511,946 00000000000000000004a971c2e6e8bf49d6d965c30f2647c969db00c769b8c2 1.15 MB 2,129 41
511,945 511,945 0000000000000000003063abd94a0960f63f463618d719c2c1ff316465772eb4 1.12 MB 2,779 52
511,944 511,944 00000000000000000025b7c8a5003ae17b378a9f86aba2b2461396764a9d9ba3 1.06 MB 1,027 23
511,943 511,943 000000000000000000537954ae3cc1f7bc4ccc57948af2ff3fcaf4559efc2a84 1.16 MB 2,499 43
511,942 511,942 0000000000000000001269c83a8f2acc48f72d17a454018efa2be6a758c69196 1.04 MB 848 16
511,941 511,941 0000000000000000003099a06b8897aa329387879143979c26082593d46dd84a 1.02 MB 522 9
511,940 511,940 00000000000000000040d6b48c51acd48a31bf376ca3343cbb897381e2f467a8 1.06 MB 732 16
511,939 511,939 000000000000000000395bcee12592f70bf38ba56ec281a8b54c59fb2ebfe38b 1.02 MB 244 4
511,938 511,938 00000000000000000045ea0c5da2f6ec6eae48049ab702f39d4873bc9ddf55a5 1.05 MB 1,113 27
511,937 511,937 000000000000000000258458ecaa0e31e570110bd12a87a279f22acfca2b1c03 1.00 MB 111 3
511,936 511,936 00000000000000000053cb590ee6be1eb63c27c0792e2c626160b99271d427cb 1.05 MB 1,109 20
511,935 511,935 0000000000000000001411d22bd658cd2672f60266b94b66ff7acd60f229290b 1.05 MB 203 4
511,934 511,934 00000000000000000047ce2ad956fd822c1e270338e072e8ee34c88ce0af7948 1.05 MB 612 20
511,933 511,933 00000000000000000011461be7c00d9789522377d69146c822789a998bfbd817 1.04 MB 996 27
511,932 511,932 0000000000000000000009450505b7a9b4ccb3848ae70bed8996a520087dcbd5 1.07 MB 1,076 20
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.