Memory Pool Memory Pool Refreshing

2,047 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 0.61 vMB 2,035 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (192,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
715,081 715,081 0000000000000000000074cd042df7a04904bdc3c2ec300e7098813146746949 1.46 MB 2,682 19
715,080 715,080 00000000000000000001365d8cda5292094937b4e8a83549e96381d38d0b7bef 1.49 MB 3,276 13
715,079 715,079 0000000000000000000751b02f69317615281ecdbe0f70231235b3c92bee6226 1.62 MB 2,939 7
715,078 715,078 00000000000000000005f6871feaa29e620bda828a82f6986a927ac6b28b7d36 1.50 MB 3,138 12
715,077 715,077 000000000000000000076c55d678dd1c33b250d3ac6013f9428c60da79380359 0.78 MB 1,392 8
715,076 715,076 00000000000000000005fba183007e827931d019b0c1a0eb23ede3be1a2cf242 0.38 MB 619 13
715,075 715,075 0000000000000000000ad5aad993209c4214fbcfd9bda194744498874ded5c72 1.13 MB 710 2
715,074 715,074 00000000000000000000fcf148ef444fd0cad61e02781d5a855425eac50b688f 1.45 MB 2,460 9
715,073 715,073 000000000000000000040c57a368cf6df6867d192b0c8025bc624ded1ac0491c 1.39 MB 1,757 7
715,072 715,072 0000000000000000000b87148304a7b2293af121362bffc8249fdef97e320dab 1.34 MB 1,857 7
715,071 715,071 00000000000000000002f908811657e380c5ec7a179a3bcfaa1c8a4715c2c9a8 1.18 MB 738 4
715,070 715,070 000000000000000000019b18dbcb50cab6cba5d8f15eb1a1d8774f6ac452e1b1 1.43 MB 2,497 6
715,069 715,069 0000000000000000000af79fbde54bb25462147808625bf3f9048110d6a3990a 1.44 MB 2,617 11
715,068 715,068 0000000000000000000530b081367631923b7b22fb6dc7ceeba6860c22bbe484 0.15 MB 268 7
715,067 715,067 00000000000000000007e94af9503d63737e55200fa50e31a60e2ed585d99318 1.47 MB 2,980 8
715,066 715,066 000000000000000000066eafb1886c0675426e7301f82d88da1687c55da9824c 0.86 MB 1,524 9
715,065 715,065 00000000000000000006606aa1c37049867df815adbbf9719cd2383f553c84ab 0.70 MB 876 7
715,064 715,064 0000000000000000000af914ce148ab266f58657ad1d3f78975ea971d9a8d30b 0.30 MB 427 12
715,063 715,063 00000000000000000005a72bafc6f2fca3fd6e04c9d9b122716d36ea0bf34762 1.25 MB 2,156 9
715,062 715,062 00000000000000000001a3a06d1125f9c213012156b455e4e40df2d9617639cc 0.84 MB 1,507 10
715,061 715,061 00000000000000000008ed6c94c8a9f76af8ed470f2aac0ba77534cc162342f7 1.09 MB 1,993 8
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.75 GB sent, 94.47 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.