Memory Pool Memory Pool Refreshing

15,812 transactions
5.95 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 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
901,541 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,540 (576,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,097 325,097 00000000000000000b25ff85a515169cdb81f1a680f31ba4c551b54c3d0b77bd 0.30 MB 526 28
325,096 325,096 000000000000000010b78af778165b8a374fa0ad892d113da940f9a86dc1d3c9 0.10 MB 121 22
325,095 325,095 000000000000000005109d9b150ff76e09ec15d2909e66a3b3e42db53051184b 0.07 MB 102 21
325,094 325,094 000000000000000019e6de03053bdb5fef03b3101ebd3fe72b34f42332c3ec4c 0.39 MB 603 29
325,093 325,093 0000000000000000062aeed3c54e208881125e401cbb5983e67d9c1d3289b8f1 0.09 MB 206 29
325,092 325,092 000000000000000013879bd7d4963b6877075fc1d9840993f3439261bee0a54a 0.03 MB 67 31
325,091 325,091 0000000000000000148fd5039e6ce9866d572d5daca5f0965f916fa820ca354f 0.14 MB 485 34
325,090 325,090 00000000000000001b9fd8bdf59f77b939868b638b0e7409e59ed1a459e3ed0b 0.26 MB 453 30
325,089 325,089 00000000000000000b67222bd8004c1a2877e18d578c64dcd47284eafa6c9034 0.33 MB 558 33
325,088 325,088 00000000000000000f52bfac6e4fae48f6202dc4a81e311c248e83009a7679e2 0.15 MB 251 26
325,087 325,087 0000000000000000059619756dc693c248a9dddfaa0cfcdca11d896d410551b3 0.13 MB 218 25
325,086 325,086 00000000000000001f1928a2af01af4efe92786015e1eeb097dd101cb6d1d04d 0.12 MB 145 22
325,085 325,085 000000000000000016fda3a183a59c19a36d2dff87dda6409572fbb187f5c60b 0.03 MB 41 21
325,084 325,084 000000000000000010ef900ac1e8c6e9837a1c36109da51ff214e38708593f8e 0.26 MB 275 20
325,083 325,083 0000000000000000138a68f983b614119efff3cb162b756d30c87062a53e7047 0.13 MB 213 27
325,082 325,082 00000000000000000258e3e7eb5206bbe82311a82359a65b7bad02e73987416c 0.02 MB 31 26
325,081 325,081 00000000000000000eaa43d062f31d80d634264d9206b54acd704435eb488b4b 0.01 MB 14 12
325,080 325,080 00000000000000000d42067596f58e763f150ba42889414c6190a53eb3e55f44 0.19 MB 35 2
325,079 325,079 00000000000000000db8f35a7986efdf8bc254660768b92105a717d5210a5594 0.03 MB 46 29
325,078 325,078 00000000000000000a7dac283f08b5b0f3c2583407b04ef66bab8bbd62ce9a89 0.09 MB 162 27
325,077 325,077 000000000000000009d037796cc47819d642632c7aeea10e76a8ce71d79f78d8 0.04 MB 87 25
Previous 10 blocks ↓
Total Size: 758.38 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: 737.63 GB sent, 38.73 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.