Memory Pool Memory Pool Refreshing

3,952 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (364,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,951 542,951 0000000000000000000de9ae8dd3b6ed358fe5ee66c46f002ccd0bf6d094f8b2 0.15 MB 266 12
542,950 542,950 0000000000000000000c4df6de6b3abeb805a2105bde590684c7fe3c07b7aeb9 0.66 MB 1,476 21
542,949 542,949 0000000000000000001d5ae58ecd4a9748438208639d42fb809342f28ddc16eb 0.92 MB 1,850 8
542,948 542,948 00000000000000000018c483701a50a4653dca2a512928056a02f101449d16c8 0.00 MB 1 0
542,947 542,947 00000000000000000008434596c6d686b54252c48a7c017f50141eb9d6193e9e 1.23 MB 2,768 6
542,946 542,946 0000000000000000002717e7ca944fc8904e1bf79097bce0882e7384cef55e78 1.14 MB 2,405 32
542,945 542,945 0000000000000000000712849ccb0ec41240e1f57df4bcd715a991e1215006f5 0.43 MB 1,043 13
542,944 542,944 0000000000000000002388a2b0a822d96a1ee2fc28a30d4d3ffad9a7626e557a 0.02 MB 42 10
542,943 542,943 0000000000000000000cefaeea46506e0414ee5882ac4162ef85cabb5f6485e9 0.23 MB 454 15
542,942 542,942 00000000000000000025f3347fd47617f2b038222e763c43acba5f8bb65a5157 1.01 MB 2,066 16
542,941 542,941 0000000000000000000e50e0d61a75507b7a0d1bbf180f663908c5e3f1d2f4c5 0.75 MB 1,553 14
542,940 542,940 0000000000000000001edd9c7e370b8bc5d6514f668fa7e35ff73ca4db4b976a 0.78 MB 2,045 16
542,939 542,939 00000000000000000026793da29b4e829ba696f67ff0be4cfc7e8d834ea83a7e 0.02 MB 66 26
542,938 542,938 0000000000000000002472558448ab31f8ac19589eb22f40d74ecfd11bdd7c03 0.83 MB 2,024 17
542,937 542,937 0000000000000000000003a87c3cb913fb338dadc57feda1fa68b2a572ffc7e9 0.39 MB 848 13
542,936 542,936 000000000000000000125b1de46deebd887866d9b71af4c3de833950cb08d69a 0.02 MB 61 16
542,935 542,935 0000000000000000000fa816093ebebebc33f74eac6826d98ed4af64ef010a3b 0.92 MB 2,463 14
542,934 542,934 000000000000000000141911aa0955424909a7ab6efa7dc4db004900bf02fb2b 0.95 MB 2,090 17
542,933 542,933 0000000000000000000d93b9dcd98fc58baee3f40dc491cd99cd6f8afc4cb871 0.18 MB 117 3
542,932 542,932 00000000000000000002c96684245ed64133985768569ab5cb71b6df9d8a23a9 1.19 MB 2,127 13
542,931 542,931 0000000000000000000ae550c88973e78a94b33cbfeeb493d1031b67e5d9f9e8 1.16 MB 3,159 16
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, 114 incoming
  • Data Transfer: 1,627.78 GB sent, 93.17 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.