Memory Pool Memory Pool Refreshing

2,060 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,056 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (784,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,215 123,215 00000000000010fef9f1b6531b07a175c90c3cb0a699e3705bd937a1c97645c3 0.00 MB 10 319
123,214 123,214 00000000000056920f547538b12314c637d44bf445cdb0942aa3a8c01d709297 0.00 MB 7 0
123,213 123,213 0000000000003db6064665ea78f94465858d6d8edd42fdbfeb8ce4f8a06e12e9 0.00 MB 11 0
123,212 123,212 00000000000021f443d94fb494c4675383e368632fb4a7ed7f79606353bb9c7b 0.01 MB 33 260
123,211 123,211 0000000000003fd67ecfdcd499ed6c4e9fb6811aa3cf4c0bcf12ec0f83edb5ee 0.00 MB 6 1,596
123,210 123,210 0000000000001fa664ba8ba54eed7e1d74fe6be371484e311527528ab816f46d 0.00 MB 9 0
123,209 123,209 00000000000021134092c0c34902a4fec669d13906f354a52b1263ba7ed8150f 0.01 MB 16 570
123,208 123,208 000000000000526d7b6395a06944537c58b62973bfe85fd425ccc4e66ec1a44d 0.03 MB 46 1,161
123,207 123,207 00000000000068146a4d41a5f5286b1ed315d24c829d71722a2f2adc69a38cfd 0.01 MB 10 408
123,206 123,206 000000000000040bab64c93e5711e895bbfd6878a4eadf01732af00eaab9d5ef 0.05 MB 96 920
123,205 123,205 00000000000041ccd58d3995b88b3d2683eaa61041b99763b3c886b94c249e91 0.00 MB 9 1,217
123,204 123,204 00000000000030caeef64b665accd73be9303daade8395c3b2b92896cdc9b140 0.01 MB 13 849
123,203 123,203 00000000000029158392a648df3c7eff731d5a3db3aa882be362a511df7862c9 0.01 MB 15 321
123,202 123,202 00000000000057347a93c6e866169c889d31eb22cc66b66b6a8983860ea249b1 0.00 MB 2 3,875
123,201 123,201 00000000000000821d43fb425e72a93edac4ee418bc975505771bf04dd456e1c 0.00 MB 10 309
123,200 123,200 0000000000003c0bb7ed07c8a59d2f6726a037d0ddae2d54cd1b8510cc7b2247 0.01 MB 11 1,131
123,199 123,199 000000000000615b08e0a4cc40e8cec81740a1cedd5ba9a9c4494d3cc658b1ea 0.01 MB 26 410
123,198 123,198 0000000000004c60d77d6c7dc974fd0e0b0fafcc7990277cc967eda5e6532e57 0.00 MB 7 0
123,197 123,197 00000000000045a47cf425ae402126ea364bf2ca7e73709b49af327905bb6cdb 0.01 MB 29 512
123,196 123,196 00000000000022cdaa350d1463e9428b0dfb8e2821807df4b555d2a417097ac7 0.02 MB 16 135
123,195 123,195 0000000000006075f00feca5b88492c7aaf42eeed664083d26ef8330156d4ab0 0.00 MB 10 2,608
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.