Memory Pool Memory Pool Refreshing

337 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
890,484 00000000000000000002796c0000000000000000000000000000000000000000 0.07 vMB 332 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 890,483 (1,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,086 889,086 00000000000000000000d18ca3a7a578eb6c360d87a47b363b7d9adaf048ff4f 1.59 MB 3,732 6
889,085 889,085 00000000000000000001b7ba93a3df41d214e4963710cf924b4dff3ff64fe582 1.52 MB 3,683 5
889,084 889,084 00000000000000000001b3462894e457b75c3104b907cc849e85f77b21b6e440 1.71 MB 4,235 3
889,083 889,083 00000000000000000000c12d4ea9565f6176acf5fed627a08febfaaa51ca9e32 1.84 MB 5,068 2
889,082 889,082 0000000000000000000241de3081e831504e15345262ded3bde6d0a0865cf91b 1.73 MB 4,459 3
889,081 889,081 000000000000000000002821ad2f1cb2ac2486b336782fb1994e9efd7c8e4995 1.94 MB 4,720 2
889,080 889,080 000000000000000000005206b325683ad8d202151e4cc412f1943c70257acd25 1.98 MB 4,277 2
889,079 889,079 00000000000000000001e52dedaae443abb7db541a2bfcca4684a96d91d065c3 1.79 MB 4,903 2
889,078 889,078 000000000000000000013675c9a31e18c54058a1d97ad75d08d192c00e9b46b8 1.99 MB 3,123 3
889,077 889,077 000000000000000000023ae5c6ec008b8a43947b9482f407c9786cf49c0b766d 1.60 MB 3,830 5
889,076 889,076 00000000000000000000ff378915f7e6d44a279c6b802afc596484711e9a210e 1.58 MB 3,670 4
889,075 889,075 00000000000000000002775fcbc7ff304632a1678ab45c78f1cda12c94b4adc0 1.76 MB 4,713 2
889,074 889,074 00000000000000000001b71a1e70c310101a29934e34d9bba4cb6de6c92eaba0 1.67 MB 3,805 4
889,073 889,073 000000000000000000023019b4118f262dc393b4b28d7640922e7dba430cb759 1.51 MB 3,430 5
889,072 889,072 0000000000000000000171d656474ef6b80cb9c4f619defee085f25e979644ac 1.80 MB 5,001 2
889,071 889,071 0000000000000000000260f259ae2f82644ba83a0ae92a01c698567887a2a84c 1.65 MB 4,259 3
889,070 889,070 000000000000000000025ebd75de294972d3397d1b16f454fa051783265c8a50 1.85 MB 5,029 3
889,069 889,069 0000000000000000000248a3e5652faeb704b911880635df8589366aeb68c163 1.67 MB 3,836 3
889,068 889,068 00000000000000000000f87a53c75242100133628c9d21d5b7bfd442cfa6a870 1.67 MB 3,578 5
889,067 889,067 000000000000000000019a5e50be6de6167e89375127da81f0decad7fe137860 1.60 MB 3,514 3
889,066 889,066 00000000000000000001421265ab6a39f27bf431fc180c9bc9c9304f8fd65d34 1.62 MB 3,546 8
Previous 10 blocks ↓
Total Size: 738.86 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: 3,485.29 GB sent, 155.62 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.