Memory Pool Memory Pool Refreshing

4,303 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (6,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,949 900,949 000000000000000000011f8e773782a211d2fb9f585549dc5960432226ae4573 1.62 MB 3,920 7
900,948 900,948 00000000000000000001bf0ca79185d3f0e28321235fc6272f9e96fab9f6f000 1.37 MB 2,649 2
900,947 900,947 000000000000000000018c0182514fdb6a84291f388018ce0fb2fa6eb4742e82 1.60 MB 3,546 3
900,946 900,946 00000000000000000000eca401fc64f13df1562a9dc2e9f065f0975632d571ae 1.66 MB 4,720 3
900,945 900,945 00000000000000000000b757bcc7729d55afba38a4d51f567e26f65bbb902849 1.55 MB 3,713 6
900,944 900,944 00000000000000000001e8ba0fe9c2b4622db41fdfa002a288f541993c863652 1.60 MB 4,788 3
900,943 900,943 000000000000000000017a50f36c3aeda771d2ec0397b9ae1faf2bd696ceaf97 1.54 MB 4,583 5
900,942 900,942 00000000000000000000aff730cd9a08f8bde0791b305e7c7c86eab47c92cb31 1.47 MB 4,241 6
900,941 900,941 000000000000000000016b25a59bef52ab78591d5abe9271d48bb118c3d821bb 1.48 MB 5,337 5
900,940 900,940 000000000000000000006a451717745c72414b2b7e17e7475916855275e2ea82 1.50 MB 5,473 5
900,939 900,939 000000000000000000014705d6e70b76047da5b9a7caf28f30d6ca9c5b01696b 1.50 MB 4,776 4
900,938 900,938 00000000000000000001cce7bee8f09c1e61f932711665cb0b61f0a020f13b07 1.42 MB 5,829 3
900,937 900,937 00000000000000000000dbb792b1850041b5591e27396d4f28263a80b28f77ca 1.49 MB 5,579 3
900,936 900,936 00000000000000000000c8c2f08a7f3794968e3c8a4f4a864804adddb3536e5f 1.30 MB 3,996 1
900,935 900,935 00000000000000000000eccda813df4ca7f590050b3a4259a9e48c9775fcae96 1.54 MB 4,062 4
900,934 900,934 00000000000000000000db1f10368a6e05a0dd307f5410fe13e15cc1551e0f58 1.70 MB 2,424 3
900,933 900,933 00000000000000000000fa635eb891954b2be44e15b9feffa2539fbd3a0c1f08 1.53 MB 3,501 6
900,932 900,932 00000000000000000000c170e2cefd160c573f59343d7cbfc239ba08c1624eba 1.54 MB 4,095 1
900,931 900,931 00000000000000000001801d2cffe2906efd33b4e00a5e3d91c3e110fd42853a 1.43 MB 4,453 2
900,930 900,930 0000000000000000000159c6401b3d62c88469340ebfa51af81f81401bbb1624 1.52 MB 3,919 1
900,929 900,929 00000000000000000001f772319fd0887c561b6b5e0dfa3b21eedfefa55f469f 1.47 MB 4,753 1
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.