Memory Pool Memory Pool Refreshing

774 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (813,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,821 94,821 0000000000059caf2064b90a39eda5a44579356151ef7e2fa698b53d68c620a4 0.00 MB 1 0
94,820 94,820 000000000007284161ff9be853a049c06935480a732a8dec7372decefeda7557 0.00 MB 1 0
94,819 94,819 0000000000045fc0cb477fd408b0c5097c55ef69f4af6f3a412aec4db0a0caca 0.00 MB 1 0
94,818 94,818 0000000000057169aa921235c9d680a38346c99de7dd0c7a181cd0b413bda6fd 0.00 MB 2 0
94,817 94,817 000000000006d3538d9adf4c789b1d3d3069433d03fea89e04844ea47ec85910 0.00 MB 2 0
94,816 94,816 00000000000175cdfd54acc5c3e8ee0a0267dcda3bf5e2db8f0d77341f18a87b 0.00 MB 1 0
94,815 94,815 000000000004b52a538fb1eaceb8144ff1163071dc78b33c178da7b7e437451f 0.00 MB 6 0
94,814 94,814 000000000004d086cfca199ec2682d20e9836507f2b7340bb1e403a58c2bde05 0.00 MB 6 0
94,813 94,813 0000000000046b92528e141d379f79acdf4a091adfacf1b7a78eba11eb3085d4 0.00 MB 1 0
94,812 94,812 000000000001cef2880379b13e74d9644e1e81403a2062351b5d9c31220a8aa5 0.00 MB 5 0
94,811 94,811 000000000004dc39199f97371710277a59f9390be923b3bfb048b28198f4ab24 0.00 MB 1 0
94,810 94,810 00000000000704ffc85097d4201e0047c3dcd561dc40bc84704653e8c1addb7a 0.00 MB 4 0
94,809 94,809 000000000004e7c524312056810f6c222a060630b51a0cbc54e6bf1548dd0a3e 0.00 MB 1 0
94,808 94,808 000000000001c8b8627a9e098e5a5cdd509e8d2f6768324fd0eb0792a5369014 0.00 MB 7 0
94,807 94,807 000000000006b95bd022dc0ab6efc9f6ab33bacb97eced2dda7670c5e2974893 0.00 MB 5 0
94,806 94,806 000000000001c5aa43fd98d48421ee09e95cabe56be0f8b001fa9d00d73abaf2 0.00 MB 1 0
94,805 94,805 0000000000062f2e568ae5a49c109ef2f4324427b05f4ea2dc9f3bc5b26b12c5 0.00 MB 2 0
94,804 94,804 00000000000341df65db4a56917703643f02fd8abadb89aecc642ec392601423 0.00 MB 1 0
94,803 94,803 0000000000010f743cb2031e66e6d9b01ea6d1390ecc6bdd8b07c6ba4a6e52ed 0.00 MB 8 0
94,802 94,802 0000000000070f3210eee43ec1e7cfe85a7591c8ad33b987394f0daa43632547 0.00 MB 9 0
94,801 94,801 00000000000122d3c73aaef4c08340c7b388801b623d0650c1851c8bbb65077e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.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.