Memory Pool Memory Pool Refreshing

3,253 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
901,247 000000000000000000023a040000000000000000000000000000000000000000 0.71 vMB 3,237 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,246 (534,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,069 367,069 00000000000000000a470208623c3d36f69587a545d137424370af497c0ed073 0.84 MB 457 14
367,068 367,068 00000000000000000b014942f9d9df2dd3f4019276ecd3cd4a2cf62aefa33911 0.00 MB 1 0
367,067 367,067 0000000000000000021a65ff776c79cf2c1d782f9096295cdce13387aa7fd885 0.68 MB 271 17
367,066 367,066 000000000000000008ee5c6f51189d3a59283bd9277744a5ff61ed3334f02aa3 1.00 MB 1,204 24
367,065 367,065 0000000000000000145293f0cd3f02b4b7cc341299e1e6625a9cd0482b019c92 1.00 MB 2,152 48
367,064 367,064 000000000000000004db019599b8c0c9685d46b16cbc4a646690b7ed63346dda 0.77 MB 930 26
367,063 367,063 00000000000000000a05dd21f5534deb492279f50cfdc448d91b9cdc78388e54 0.82 MB 1,004 26
367,062 367,062 00000000000000000fcbe5cf8f9f2d06ba03c7915c5bc0dbae9d900cbad35468 0.55 MB 958 46
367,061 367,061 000000000000000014dc80c1947254043e034cfc5ead2fb6c96b28a5ef4423be 0.03 MB 65 33
367,060 367,060 00000000000000000e0f66bda909f6704919d063c1962036b67e3277007e0dc3 0.16 MB 279 27
367,059 367,059 00000000000000000b17a89cadd5a251c2350dea924b4e81375fd0227d9fe0a5 0.79 MB 1,433 34
367,058 367,058 000000000000000007e2c68ce5e1f8f2befe2770b4f48d9378a0930cffa7ffef 0.15 MB 220 26
367,057 367,057 000000000000000005f1069038dec292942982c6a5a4fbc3dbd0668195837634 0.25 MB 436 50
367,056 367,056 000000000000000005eb0ac469713e7016751fce31d0fb87f578c97f6fd5dcfd 0.22 MB 292 24
367,055 367,055 000000000000000008515168a72906920414d76da815df1da44a66082333de59 0.50 MB 942 35
367,054 367,054 000000000000000002e57a28c2a5825c335cb273600559a9e4071ab4fe071fcb 0.13 MB 253 35
367,053 367,053 000000000000000013b2d580c3a74754e1a88416d74b8a5f873e14eb29c05088 0.24 MB 447 28
367,052 367,052 0000000000000000019e14611bf00f2208154d6b10c869b0aab13353ad26c592 0.69 MB 1,112 35
367,051 367,051 000000000000000010c7761696c5a7d8b6d7da2171b1da33a5bc7f76b1513409 0.10 MB 183 31
367,050 367,050 000000000000000003c8d88e162bcc82b255f90a15e395cd453d673cb4d18738 0.25 MB 423 25
367,049 367,049 00000000000000000cd1159e99277914aab551b00757b44724ed636325efda7c 0.51 MB 860 31
Previous 10 blocks ↓
Total Size: 757.99 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: 713.33 GB sent, 36.87 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.