Memory Pool Memory Pool Refreshing

4,638 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,391 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (789,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,102 118,102 00000000000028d1af07f425f4bbacd62058fc4555f86779c7e96426db7f4758 0.00 MB 12 980
118,101 118,101 00000000000065061358d17e10037eb26e22ede3abacaa144e21dea8a54d82a8 0.00 MB 16 732
118,100 118,100 00000000000096d726e2c0a688e525e281211475a901b88e6cdc1a4bcdc5110e 0.00 MB 12 0
118,099 118,099 0000000000005aeb08ad872727977dfdb4db13019df433bfc898510e149000bd 0.00 MB 3 0
118,098 118,098 000000000000566d55aced57b270ebcc9a6a433c7f2df97dcb763f298ad8ef0f 0.00 MB 11 938
118,097 118,097 00000000000080a8d23c3bea04698eea274464959d931bb03f6b51a3b0f63acf 0.00 MB 13 318
118,096 118,096 0000000000005f403cd2ef5e406f5370bbf089799454a751097bd42b9421df80 0.00 MB 13 882
118,095 118,095 000000000000293e20c67f9474bc4d4f75bd3d0cbd68600aba37d0b7af2eeb80 0.00 MB 6 0
118,094 118,094 000000000000332874378ba460816f2d8a0a21ce08523bbd654d2b85799f6707 0.00 MB 13 1,200
118,093 118,093 0000000000005683addf8906e5275b80c80edc707fedd853dda0791be18ffd45 0.00 MB 5 2,066
118,092 118,092 000000000000968f48f39c7d9172e43a6ded9776d57bd7db122fd9b541072f01 0.00 MB 11 758
118,091 118,091 0000000000004c9c34758ea3b5f2a4ccab31f00ddb9729b084b936b1894e7437 0.00 MB 12 239
118,090 118,090 00000000000066d388907f2c3e0e371b2da1bf50ba1ec753d7c17183b8b6a385 0.01 MB 15 180
118,089 118,089 0000000000006e09f24b0ca33e1051731b153d012a345e55eb23b963342851db 0.04 MB 137 0
118,088 118,088 00000000000077cd6899b5e9659038b9e574b4f1ca9614f046f5b25d3f4843a1 0.01 MB 9 0
118,087 118,087 00000000000056548f56a53e5a40d4b33878bd10539c0ec134f543b42a16d7d4 0.00 MB 12 308
118,086 118,086 00000000000061e14dabb52538f6887d01a42ae78880cfc8ca746e6afdbc653f 0.00 MB 9 324
118,085 118,085 000000000000b627c6da65ff13fddbd83e2d6159dceb3325e1fa4448961456dc 0.00 MB 12 342
118,084 118,084 0000000000008f39d8cbeb5032754a007ced3e2947e7cf1a1e6264acf9c78383 0.00 MB 12 0
118,083 118,083 000000000000b389ef508ff2cb3cfe73ccf641035e1dbe1510d87700ce77464e 0.00 MB 11 0
118,082 118,082 00000000000087806fa9972b548f62750f16ad15d3ad8cf2a6a3ce6c5ad63e3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.