Memory Pool Memory Pool Refreshing

4,251 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (888,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,991 19,991 000000004f5c0c33df81d0237c868ee3ec114563b338f4de0cb786e6b772f741 0.00 MB 1 0
19,990 19,990 00000000b6ae9d70bf766ff81aa3cd2e19f657869d70766dbffdd34ce4185193 0.00 MB 1 0
19,989 19,989 00000000877e1b40ef9fd00a91166c0b5f41ede893bdebce8b9179cfd5a8d20f 0.00 MB 1 0
19,988 19,988 000000009f16dbf45904d27fa4daa4d77b4e00a4d4a27f26f13d0bd322b40b3a 0.00 MB 1 0
19,987 19,987 00000000910f4c770e229c74a67f5272b741d16f27d1c08d18cbd1c19182e6bd 0.00 MB 1 0
19,986 19,986 000000008cd76f2aa126c5f1ca61f3a6e9a1a064a118a29828e04d833bde1c03 0.00 MB 1 0
19,985 19,985 00000000df5d4719c32a7c5537c67b318fad96d858d77bf25ea9a9985de8a4bc 0.00 MB 1 0
19,984 19,984 00000000d5b845422bf96690f7543a1edea4d9b35f0953b5eaee4506d0e9299f 0.00 MB 1 0
19,983 19,983 000000001455f845e15d4270788ba307d00c8bc88a2fd7af5cd8829d56d075a8 0.00 MB 1 0
19,982 19,982 000000005f6d1fd28b44a7d8ab883a4a2655e683d4756e97cbb59b87f86a2a82 0.00 MB 1 0
19,981 19,981 00000000a72377d8772ab2ca33df658471ff1e02e182b6cba907e941d4f21a1d 0.00 MB 1 0
19,980 19,980 0000000063ee29b64f61372627c5837ba8fb3410fda79b83c1ba19c629b58834 0.00 MB 1 0
19,979 19,979 00000000e0da78115e7e9fb701a202e097af7ada3c98caf4c3055068907356e7 0.00 MB 1 0
19,978 19,978 0000000069d908ac6e006a540c2f8a1d952623090f94414992d6e94aa2a752ce 0.00 MB 1 0
19,977 19,977 000000009419bfd55bf7523330507fe6242ebb1a65f728dfee853b72bdac4bd1 0.00 MB 1 0
19,976 19,976 0000000057e58133f8b5d2f176e0f8efc3e3b85c923f5db4968114bb5cbe6ba6 0.00 MB 1 0
19,975 19,975 000000001373daaa23d0d092e19cf5582ba75a95d998110a0b04346411aeb55d 0.00 MB 1 0
19,974 19,974 000000000a63f4a301baf4fe42b1fc57dd38df9ad5615db5e61640283ce28cec 0.00 MB 1 0
19,973 19,973 00000000de6efe9932103721c05e5589eebbfda26279270f3dfdf06182d5e841 0.00 MB 1 0
19,972 19,972 00000000a9bd259ccec087926347a3449f99d59b4b418cc6f3287a5bf6aadc8f 0.00 MB 1 0
19,971 19,971 00000000017f2d6d2f0592571084e40e5bea1b3f51fd9960b6539c67220d73a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.