Memory Pool Memory Pool Refreshing

4,808 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,676 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (30,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,069 877,069 00000000000000000001d2fed6f81c6197f93c78876f25e9faae05cc9e276c1a 2.78 MB 226 1
877,068 877,068 0000000000000000000100b4a1d342c058a8c18941f653b0435e3ba447f4fe05 1.47 MB 2,409 4
877,067 877,067 00000000000000000001075c66a10def69471a32d329470892cfde0a52aefec5 1.59 MB 3,678 4
877,066 877,066 00000000000000000001e251296c90b8ffa23472dc220767623bfc3e19d9366e 1.59 MB 3,577 5
877,065 877,065 000000000000000000007f46c48fc2bdd355e5263368d14eb23e358643bab21d 1.81 MB 1,990 3
877,064 877,064 000000000000000000020075c533551560108efe1032a8f9d231a0d96f270982 2.09 MB 862 2
877,063 877,063 000000000000000000021999863e012976ec5fea99459d4df3ab03b9dd2f2914 1.85 MB 2,338 2
877,062 877,062 00000000000000000001ee8087110c292525d077628639c38e5bdb6ae362fe8e 1.79 MB 1,689 3
877,061 877,061 00000000000000000001b4fe284bb6ddd29cf988578aec6d383de5a2bd6d9f31 2.08 MB 1,383 1
877,060 877,060 00000000000000000001015dd7c618aa4d98c717af134173ebd3ac7ff2e64472 1.60 MB 3,196 7
877,059 877,059 000000000000000000024a39a1e09832869bc2ea42db380ee2e4d660f1308358 1.74 MB 1,064 1
877,058 877,058 0000000000000000000271722960a6bd45c0754db0e7a8a84e03fb865a8abce4 1.64 MB 3,166 4
877,057 877,057 00000000000000000001ff7baa52ab96c91f11a314aea68d8d3810514cb6f35b 1.59 MB 2,990 3
877,056 877,056 000000000000000000021239b70b5c29b1ceb47033fde38432a53c5b56232af9 1.64 MB 3,226 5
877,055 877,055 0000000000000000000146670b534fe38e5f9c93713c8d76850bc11cfc5954f4 1.54 MB 3,358 9
877,054 877,054 0000000000000000000134e04edb365fadd198e515274d8a4dd2095850ca7483 1.54 MB 3,342 6
877,053 877,053 00000000000000000001a17609b923da28193060c609fd69518e86c0e09b79ba 1.45 MB 3,262 4
877,052 877,052 00000000000000000001d6a7ca9f3fa76542cfc3844c63fe8e015d9f721b2840 1.55 MB 2,962 5
877,051 877,051 000000000000000000020f3c1847c1277c0420ab2a9f3b251deb257fe858fe10 2.11 MB 461 1
877,050 877,050 00000000000000000001edef1abb9f38be480ccaa910c265412dfbafc6c933f6 2.42 MB 844 2
877,049 877,049 0000000000000000000152db0248f6859d6ec17f7b1775d95c8d82f8e84a6433 3.10 MB 331 1
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.