Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,834 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (398,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,604 509,604 0000000000000000004168a3842e92657c1550b5732071dce5163cb94c3e21e7 1.06 MB 1,109 26
509,603 509,603 0000000000000000003d0ddc5b8308ff72dd7f8ffd902b1be65833255e0025b4 1.17 MB 1,722 81
509,602 509,602 0000000000000000003b003424c9008a7902accb150f7e8397c50b0f7d149a8b 1.04 MB 323 5
509,601 509,601 000000000000000000236deb6d9747b4f67adb6ccc55980cea4227c9d16a28fd 1.06 MB 2,602 70
509,600 509,600 00000000000000000054d29a4dcade03b5c986e035d8359fe89a75f00a7a9180 1.02 MB 755 22
509,599 509,599 00000000000000000022dfbde3e40e326082230ff6cb4c6a2736d6c3859f7d28 1.04 MB 949 32
509,598 509,598 000000000000000000086c740284586100faa68fb13eb6515c16de9f2b7b5da7 1.06 MB 2,277 33
509,597 509,597 0000000000000000000218877e13fb4f46198948ba3d97896e01eb1c8b959dca 1.01 MB 399 7
509,596 509,596 0000000000000000000b488ea4186f0d83444c7a0742eb3995649d7f8cb94794 1.10 MB 1,926 83
509,595 509,595 0000000000000000001055204517823b813a68afe42173633a0354b2e226d7a4 1.04 MB 1,020 20
509,594 509,594 0000000000000000004a38f3ac3b73a7be59552963e8d932ad6c3c20665727ad 0.06 MB 115 62
509,593 509,593 00000000000000000041cc20ba706640af9dcc9a2a79e72a4c63374e6743a119 1.05 MB 829 25
509,592 509,592 0000000000000000001238b23a9d9299f394550d4bcf9bec32b67484a8380af2 1.13 MB 1,792 44
509,591 509,591 0000000000000000005ad512289c385e6931a3003490050c8178d1847caf7901 1.07 MB 1,493 42
509,590 509,590 00000000000000000042f37ba31d82ac5306c8be71cf4f5b280cb353a5e27942 1.01 MB 310 8
509,589 509,589 0000000000000000005aa90c1970650e1986f011d8109a962cbe1de2f18b7e16 1.02 MB 143 4
509,588 509,588 0000000000000000004c935135d49348f94338695ee1b79a2371491b9584b8f4 1.04 MB 971 28
509,587 509,587 00000000000000000049099ffe713c488b06f6f52c3a6e81dfaf68117be17107 1.02 MB 199 5
509,586 509,586 0000000000000000002b8b5e1b13137a7b037f4c85c31d7f5273c435354e957a 1.06 MB 1,386 43
509,585 509,585 0000000000000000002cd12da1272ad9efccc6f839569905193e61288bcd5005 1.05 MB 863 8
509,584 509,584 00000000000000000018295c05e48cd4b5d582ad8d8cd999d2328a6b7c82c601 1.09 MB 2,301 73
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.