Memory Pool Memory Pool Refreshing

47,810 transactions
27.31 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,557 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,663 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,556 (343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,213 880,213 000000000000000000010f4ef5f113a8bda342c20d7a89b4917892ad146c8b1d 1.69 MB 3,019 10
880,212 880,212 000000000000000000001eb0f15853f8bca03a55a7ab23a426f5bf7615f86727 1.69 MB 4,150 9
880,211 880,211 000000000000000000024358514e64c7c39ec7e543edd775bd5b7014a3afc427 1.64 MB 3,330 14
880,210 880,210 0000000000000000000209c0de9939927751b68d828df4e522305684bfa558af 1.70 MB 2,694 11
880,209 880,209 00000000000000000001b626bae31f247469b367d8d3a1e7d951cb20638f340b 1.53 MB 3,813 16
880,208 880,208 00000000000000000000a044d11848917b6e1ce053f5db91dfbb51793b6b103c 1.25 MB 1,431 5
880,207 880,207 000000000000000000018ebf7102aec5a55bfe230cbef2ccb4302d13aa9a2108 1.24 MB 1,143 5
880,206 880,206 0000000000000000000003c197772c51c24215f4b8038491e8b46d1b38f4e189 1.39 MB 1,387 5
880,205 880,205 00000000000000000001c86aa3350b87899931c9126c0699af88f528b894555d 1.17 MB 596 4
880,204 880,204 0000000000000000000043f8fff5b360b976a0cfb23e7cb306636e37a796e302 1.25 MB 1,284 5
880,203 880,203 000000000000000000020fc1cdb1a7e0ce61b115ce72de7420299d9694e8a74b 1.21 MB 1,300 5
880,202 880,202 000000000000000000012a88fb877ca80c6c4250bad1377642d110967ffcc10e 1.42 MB 1,000 5
880,201 880,201 00000000000000000000a653b9d06e81f3060a93eded94231618d7d6b35a04ce 1.97 MB 230 4
880,200 880,200 00000000000000000000c24207048564d7eda4924db42c6ba961184bf5b0e448 1.77 MB 2,562 5
880,199 880,199 000000000000000000025117c2179fb316db3666f7385db48e5a50a587f10edd 1.65 MB 3,421 9
880,198 880,198 000000000000000000014ed852ce45c431987021e824ff79b712f7cbc8ce48d6 1.68 MB 3,508 9
880,197 880,197 000000000000000000008da6306c96cb4543161260401d411e8a4a3d305b7cdf 1.61 MB 3,598 9
880,196 880,196 000000000000000000003e6d8561df6ddb531c1d7c6685ca8f360a150389f210 1.54 MB 3,383 9
880,195 880,195 000000000000000000011f616e028071a861e9f5f6685506a172340a6adb92e3 1.67 MB 2,732 7
880,194 880,194 00000000000000000001f61a7dce83f9f15e7c101af4a33f28e4fda1871862a1 1.69 MB 3,345 7
880,193 880,193 000000000000000000020fb738f7e248971a8d5fdf78fd8c20ba98354300462a 1.58 MB 3,827 11
Previous 10 blocks ↓
Total Size: 719.46 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,867.15 GB sent, 62.32 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.