Memory Pool Memory Pool Refreshing

1,981 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,970 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (844,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,955 63,955 000000000b4bca249df1e16dd4f9a5e91ef03f84b72dd776fadf7a10df28a085 0.00 MB 1 0
63,954 63,954 0000000002c70b82a383932d6c30befc5c25191e9543a5d835deda4e80f6e0b8 0.00 MB 1 0
63,953 63,953 0000000009fa73e829f76ed5e18f4ec28b03887cd51d7386c2661ef737580254 0.00 MB 1 0
63,952 63,952 0000000009fe1ea7cf7d0f4b720b1fa8436ec68f57377de8b0acf4cb19d666ef 0.00 MB 1 0
63,951 63,951 000000000638306cb80b274d48d591e17f82d4b7350e5b9921459f92c24aadea 0.00 MB 1 0
63,950 63,950 0000000006434fa2d80dad97d0f2131fbc1e098eaed1622bb5c665e364a5f00d 0.00 MB 2 0
63,949 63,949 00000000091b6625a5bf5f98f8a603eec619a5bc1ef2f295e76bd9094bcfe52a 0.00 MB 1 0
63,948 63,948 00000000065baddad4cf93e90e01ba3fbd0970b32f5e165653d4ebf2bf6d8493 0.00 MB 1 0
63,947 63,947 000000000310d5581db2964d6d76b0ea518867eb18cfd9fece011ba79a0f42b9 0.00 MB 1 0
63,946 63,946 0000000004e03cd16cc409933e8a99c5e8c7bdae72d9448e59aded16a7459645 0.00 MB 1 0
63,945 63,945 00000000036f2bac3033a940b185febd5472831e26b2fdda163444f582eed4d5 0.00 MB 1 0
63,944 63,944 000000000242f8f765090d052c1276b00327ec6f0113c1ebd2abfc076e6ef21c 0.00 MB 4 0
63,943 63,943 00000000083a8c1f29498e811a693f2fba25373fcebfdd938b183798ec94d71d 0.00 MB 1 0
63,942 63,942 00000000060a523035221ac0749c87271c0f44e8663b95719aaba69f4b2d6c27 0.00 MB 1 0
63,941 63,941 0000000000c93d79079fb793914c2ea7aad0136284189a4847ae4680b340fd9e 0.00 MB 3 0
63,940 63,940 0000000005a14832389b64751c4f3d9635307d318ea6e512ec037565e950802e 0.00 MB 6 0
63,939 63,939 000000000476f42f844631aebb51e4e88e1e831a6bb57c079f2e2d075662a7e7 0.00 MB 1 0
63,938 63,938 00000000006199fa4673eb02a57f84eb0c7bda101559da34c75e5501b07fd444 0.00 MB 1 0
63,937 63,937 000000000c44c8beaf83c98ba1edad9bfb11830f387e8eae195fa8aa37eee6ae 0.01 MB 9 0
63,936 63,936 000000000b0318493ece32399745767ff3ec864699b94e08987ac30a5c31ee22 0.00 MB 1 0
63,935 63,935 00000000057b8b2301a834c9c30ecd2f41cf15e483a3f53964bb53316131bd3a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.