Memory Pool Memory Pool Refreshing

2,152 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (221,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,836 685,836 0000000000000000000abdc71b4f7f307bce50172551783c0da1b00a7d7688c2 1.58 MB 1,807 60
685,835 685,835 000000000000000000027171b4b74e4aa9cd5f6a24fda08eb8e68d95e5b76c50 1.38 MB 1,517 60
685,834 685,834 00000000000000000006d2ec9395ff2e66f6cc127492a96c662db568f89c2179 1.48 MB 2,088 67
685,833 685,833 0000000000000000000ad72945b3d277ed5ff098406a23a6cb487f969fffaf74 1.67 MB 1,659 37
685,832 685,832 0000000000000000000a81b89098f0492a9cff4077b792479fc76e7e5857fb5f 1.39 MB 1,398 9
685,831 685,831 0000000000000000000851495078b53d942d31961c182a467a1553cbc41d7b82 1.46 MB 2,273 26
685,830 685,830 000000000000000000093e48c42e3b66e2587fccd876ee251ded03fd2f4b182b 1.38 MB 2,439 35
685,829 685,829 0000000000000000000539cab6643beea45adb6b3f3ae95ec3cc8d46039aa480 1.52 MB 2,122 36
685,828 685,828 00000000000000000000276cb93d76e4e1c0f01011d83bbd24ac527580651916 1.41 MB 2,935 65
685,827 685,827 0000000000000000000b92c232b17cf6073a9c59f9021d8a3d4b33694c48c560 1.22 MB 935 17
685,826 685,826 0000000000000000000b95aa7187817041d46a2a8ef9bfa6ed43ae2514796930 1.21 MB 808 12
685,825 685,825 00000000000000000007598dbdfe4a934a25e7a0910716e138264008c824a843 1.49 MB 2,304 38
685,824 685,824 000000000000000000076441cacb458dc78daf3104fd15c63a042a5d21f41972 1.32 MB 2,304 9
685,823 685,823 0000000000000000000a53eeac1ed46f9b208b5688563049103d82298024c70a 1.23 MB 2,593 28
685,822 685,822 00000000000000000007ba60151df266eec07f1607430fc447ce7d5f8235c68b 1.34 MB 2,093 35
685,821 685,821 0000000000000000000872554176b1eb0a5adf73ae4fef24e67b70a067a6847c 1.53 MB 2,284 28
685,820 685,820 00000000000000000001b1f98f0d50b0bdb7000cab036809787e60ef3c289093 1.46 MB 1,847 50
685,819 685,819 00000000000000000001b8b4652d13e7d26048a4a86ca78fbb99b738e1c950a9 1.17 MB 1,171 58
685,818 685,818 00000000000000000001be7cba43108f7e941bea93681eebf6964f144a809d7a 1.36 MB 2,710 65
685,817 685,817 0000000000000000000bb04e0bd9b52bdf75a46ef4ef75adbf198306f43f77d5 1.31 MB 2,951 73
685,816 685,816 00000000000000000001e5fb1dfefed8f722ff371967de98dcdd205442e28f97 1.13 MB 644 11
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.