Memory Pool Memory Pool Refreshing

12,187 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (666,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,351 241,351 000000000000004d61d21060b48a1b4c37a4f99a835c47e0ca44c81b65c8339f 0.07 MB 124 103
241,350 241,350 000000000000003f376f4b1b4b404cc0544e248bce294f3736e69f7128f37126 0.12 MB 252 130
241,349 241,349 00000000000000ff408711e254fb4033a80b8e437252fd56dc662a54e0770983 0.10 MB 193 120
241,348 241,348 00000000000000cdf28f1898bca90819090a26d5d5ec2697603177ce884fecc9 0.23 MB 528 201
241,347 241,347 0000000000000101063c6b8ceda19aea404c2d879085a5cb72ce7910ecc29a6c 0.10 MB 211 128
241,346 241,346 00000000000000ff494c95f6acd139176160526bfb0dc4111e5c92d0ba235bb0 0.20 MB 446 150
241,345 241,345 00000000000000b287b92e50d45b0d4f6c36339557376f9043cfb52dce177190 0.07 MB 174 171
241,344 241,344 000000000000009600b581712eb0b0895fbed41944f931462d627adcf1971db9 0.09 MB 198 159
241,343 241,343 000000000000006e3c63f72f27048d2c8e0a889f7f4943f9d12bf5b9c85765e1 0.06 MB 103 27
241,342 241,342 00000000000000706389703e3264be9b210473e908768130157c88c3309073bc 0.25 MB 512 140
241,341 241,341 0000000000000070151ad757cf6e7a139622b43002133ad5929196bc5256f1bd 0.25 MB 645 203
241,340 241,340 000000000000006ad1bccee44752fe6b11b5bf908eac23fd34a1c7c77e16e171 0.08 MB 165 165
241,339 241,339 000000000000001f3398519a5704ba729884d2098917ede216a0067dd32cf43b 0.12 MB 237 116
241,338 241,338 00000000000000d59cde17697bd84478f73ce7ec38fa8c201b45807c4f57d026 0.07 MB 174 150
241,337 241,337 00000000000000ad7e53299199846484567bc413fffbb3b692ab322b8636951d 0.02 MB 43 158
241,336 241,336 000000000000009f592e0b230d68159d0fe963743c09905dd59713941a820354 0.02 MB 49 40
241,335 241,335 00000000000000bd1925e8c2053abf2c4e4bc79b5e5e0410d23aa6ab9adad923 0.22 MB 515 178
241,334 241,334 000000000000002fe187a6cdd4cd1e8515fd34903d65418af161e63c08959aac 0.09 MB 162 146
241,333 241,333 00000000000000ead67167d4b655e990cc276e7d50eb873000a0b589e30aa0f4 0.10 MB 258 186
241,332 241,332 000000000000000f32ab8558bc658452baea15755f0aa82f6fc61582ce8825f3 0.06 MB 140 219
241,331 241,331 0000000000000036390916c88e034cb3d7d31a541a9d30045d8ee19969aaab57 0.11 MB 219 186
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.