Memory Pool Memory Pool Refreshing

432 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (24,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,503 883,503 00000000000000000002030b40863e72f31c7715749a55165abfeebb8cc90753 1.67 MB 3,527 1
883,502 883,502 00000000000000000001887ebf254594c22d0cd12fc119e0ea562b24c2e5fb8a 1.48 MB 2,902 3
883,501 883,501 00000000000000000001b9989443868854964fc5dd5463ba6857010c81e8a444 1.78 MB 1,420 1
883,500 883,500 000000000000000000018a0079aa55fd0a260513ba7c1a8253fc66f4eb5907b1 1.59 MB 2,034 3
883,499 883,499 00000000000000000000656e8f0c96940872d1b35a13c06455d07e802e65385c 2.04 MB 487 1
883,498 883,498 000000000000000000011154d60f62896bc34eab18c48800d001618327363a69 1.87 MB 1,375 1
883,497 883,497 0000000000000000000213242ea194f93144d2fc78b534862bcfb652d6639045 2.14 MB 743 1
883,496 883,496 000000000000000000014b09a3f2b5125abeaa603bbc10e257c6ee4bd566b353 1.68 MB 3,998 2
883,495 883,495 000000000000000000023a7900e3604060e77484dd8127dc4e9614cbc5cdb8a1 1.59 MB 2,814 2
883,494 883,494 000000000000000000014d3ae5d1bfe101b21b8e63bd20dc721901e890fd18d7 1.54 MB 2,677 4
883,493 883,493 0000000000000000000246e2331d52234ad84070b22e7b84326971ec0d6e6991 1.54 MB 3,207 3
883,492 883,492 00000000000000000000d232cd3cb1791f5c39c410ff3b48b5c181c69c15bca4 1.55 MB 2,948 3
883,491 883,491 000000000000000000026841127c0dbd04ee3671db1400da57da2f37f335112f 1.60 MB 3,160 2
883,490 883,490 0000000000000000000069315394e1a1492d1d0f8efb19d56eaa6d6a8daebc19 1.81 MB 2,068 2
883,489 883,489 00000000000000000001ada72f416359ff15b4fe9aae795cd10127bd1e3fe3a6 1.85 MB 1,546 1
883,488 883,488 000000000000000000015304c3c6760085572aaedf6af179efca75ca12f03ed9 1.51 MB 3,014 4
883,487 883,487 000000000000000000018b7e6456b26ae8cc31ba30461f3986cb720a7c92dec3 1.77 MB 2,844 2
883,486 883,486 00000000000000000000f910a9255d76339406d0a4f7458e3f84f44b2732589b 1.46 MB 2,980 4
883,485 883,485 0000000000000000000033a7e94a0dbf41741f689e37ea322fb865823a6147d1 1.64 MB 2,677 3
883,484 883,484 00000000000000000001c03057f041050eb07ac27f9c72d7d7992dcf144c0239 1.70 MB 3,081 2
883,483 883,483 00000000000000000001a1164dcd299e98eb3e06bf1c41304e5186899b556847 1.81 MB 2,418 3
Previous 10 blocks ↓
Total Size: 769.10 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,628.57 GB sent, 93.37 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.