Memory Pool Memory Pool Refreshing

10,325 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (765,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,087 142,087 00000000000004dc37c40f5773a675b19ccd4c6303ecff2f1d0f8f043dbeffe6 0.04 MB 67 223
142,086 142,086 0000000000000363058ba5b9917204a47761e1937c9850cd1542398e66daa4a3 0.01 MB 40 430
142,085 142,085 0000000000000286317abb8ae5eaba928e3f1ba4767e05b3f46dbe343c5cbe24 0.01 MB 15 144
142,084 142,084 000000000000039d976b1d072edca1e004a1edcb4d2068635010b1c38019edca 0.00 MB 11 116
142,083 142,083 0000000000000249e5b8bb3d8686a390024b75462d60c362c5761bdc620ff293 0.02 MB 71 55
142,082 142,082 00000000000003e83ce66c61a40a724d91b53625a86239c992b771003d93c763 0.01 MB 30 18
142,081 142,081 00000000000000f8b445f36484fffbd6a57840e7b5145df6f11dae7fdd328694 0.00 MB 13 96
142,080 142,080 00000000000002df4fa292b86e894db3568eb3fd58052a66cd4e0f6212ccc5d1 0.01 MB 8 20
142,079 142,079 00000000000005c4caae2c87b1f7ffc6107eed76f592009e19d1b3079110d292 0.01 MB 44 80
142,078 142,078 00000000000004112855c05692f774e1990e1a54f8fe45e449d3a065c6a2fb99 0.02 MB 54 204
142,077 142,077 00000000000001c805dd0e5730ef176df3622fb31530d35c385fdb3c1a929222 0.02 MB 20 108
142,076 142,076 00000000000007d19f35ba9bc91eda548ce7f9e4069e4f589b2114cb364c16f1 0.02 MB 68 267
142,075 142,075 000000000000085180181284edf9205dcb1a08b5e9362ed6ae9e5d645d1961ec 0.01 MB 22 331
142,074 142,074 00000000000003378931a034d95b1bfd18610205568c079101d415c0c05dd5a6 0.03 MB 101 75
142,073 142,073 000000000000088ce171750b12a27a29be487585fb3edf3c8c5ec84f38dd7298 0.01 MB 20 397
142,072 142,072 000000000000054f2e6af3a44e609c09081da2c7515290d10d5d3d3072eab052 0.03 MB 85 102
142,071 142,071 0000000000000371a925078fa51eef2cb6999f466259f70eb51b61c8de0fa828 0.02 MB 36 128
142,070 142,070 0000000000000621d61c406981dad26217435fb6a2d7dfdf0730314cb07c6a82 0.00 MB 4 954
142,069 142,069 00000000000006dcdce57115904e31e15d63962d015a5af90eb545a256d5270f 0.01 MB 23 177
142,068 142,068 0000000000000894df8899a414c1fb982b20a707f29b810d031445ea9840ea4e 0.00 MB 6 31
142,067 142,067 0000000000000294c3151cf5e2056f2a5d8a7d82231e665c4b71bf6912798f0b 0.01 MB 7 159
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.44 GB sent, 92.91 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.