Memory Pool Memory Pool Refreshing

13,644 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,030 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (565,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,034 342,034 0000000000000000035b715f17018c09eecb332520546b49d0fe6f16a034278f 0.24 MB 356 22
342,033 342,033 00000000000000000651870f8f2e1bddf6e5873235d10672122ebadc687fd93a 0.11 MB 256 29
342,032 342,032 0000000000000000068816a06fc9ad503ccd3e4e8e1e0ceb44211804f8727b2e 0.67 MB 1,207 24
342,031 342,031 0000000000000000046e405ad8b5f56646ccdb3488ef98e31d5f4e11e671c660 0.31 MB 554 21
342,030 342,030 00000000000000001a1bf3946898e93c02ed0a3ab3115958eefcd05aa11ef3f9 0.33 MB 673 30
342,029 342,029 000000000000000012ceac52abcb5546b41c79f63550ab7e8b73e56c3b198661 0.52 MB 726 20
342,028 342,028 00000000000000000be22303c80e43e350edd1ae670e25db142a608f846286c8 0.22 MB 598 35
342,027 342,027 0000000000000000046966cd133dbb04b0ce655014cf0ffc5249df2d241ad6e7 0.04 MB 71 5
342,026 342,026 00000000000000000d18f20c35ab9e730cc95339bd9466a12fabeb5d70437f04 0.10 MB 167 15
342,025 342,025 000000000000000008bd04df6aba2e10d4ed75957ab9258bee69f1376e3dd282 0.47 MB 940 27
342,024 342,024 00000000000000000fb756efe4cfb7d372e18deea3d6d3acb87061c8df87316b 0.37 MB 659 24
342,023 342,023 0000000000000000041882fb1ca464b121786daad142b5407cc9bee6a1f0bcac 0.72 MB 1,167 24
342,022 342,022 0000000000000000071ef3a1d9ada7e6d0ee4abc696b8d6a039c9fae967546c2 0.23 MB 458 26
342,021 342,021 0000000000000000132134774027995546b056aa44ae818be4b2d27a328dd88c 0.35 MB 575 22
342,020 342,020 000000000000000007b2447524aadb4b37219a6b27a12098ab6a93957a3761b6 0.22 MB 399 23
342,019 342,019 00000000000000000251e518e13ea8f6b6e6f75b8efb7c8fa5237567e869f7a8 0.16 MB 301 30
342,018 342,018 00000000000000000b9d6d2279986842923932831bb41aada586cd05b0242656 0.61 MB 920 23
342,017 342,017 0000000000000000008858d5a08ff8d2e4c0f2db86294f666b7b56a43ea2e998 0.08 MB 256 36
342,016 342,016 00000000000000001586c5b36841049036eb6ab1427caad709268146dc759616 0.00 MB 1 0
342,015 342,015 000000000000000011a2f99916b79f72986a029c2650c1d6282a6faa38ac5d90 0.51 MB 834 19
342,014 342,014 000000000000000014d11dfbb91812d628a210a66e79a410e0c9aad47dcb1870 0.75 MB 650 17
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,614.60 GB sent, 92.58 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.