Memory Pool Memory Pool Refreshing

6,543 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (76,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,341 831,341 0000000000000000000343eafcf332b48c67ae0b386bd4fed2c7130ee8266cac 2.14 MB 1,491 15
831,340 831,340 00000000000000000001322c05913d099f9a8e8271504545f54d352d446ea76a 1.45 MB 1,855 16
831,339 831,339 00000000000000000001e8dee85f95c52834c44a8ead5d0779504bdb6a55d685 2.19 MB 2,874 15
831,338 831,338 00000000000000000001d0053702aad214ad1f9a9d2447341f4367f68efdabab 1.90 MB 2,603 19
831,337 831,337 000000000000000000001304bb5d2bdb9939b0005d967c9e7be2a027385c86b1 1.55 MB 2,998 31
831,336 831,336 00000000000000000002b9d2bb3418698b0e8099f8b23f7fdb37941f1993a3a8 2.02 MB 2,184 13
831,335 831,335 000000000000000000009f22d202f75d10b4f6bfb90aa7373761fc75b99e29f9 1.67 MB 3,348 22
831,334 831,334 0000000000000000000266f9ac50206accde4e3274941088c2d6994f8ec56a32 1.59 MB 3,123 23
831,333 831,333 00000000000000000001c3c0b4492821ed225801b2684b3a817d614b9c637185 2.18 MB 3,360 17
831,332 831,332 00000000000000000000a4c01889bd8c5aeb480a3ab3a2174efa8ba2520a7657 1.99 MB 2,355 18
831,331 831,331 0000000000000000000099668afa68d3db839ac2df68dcfe8c82511d2ce182f1 1.77 MB 3,029 19
831,330 831,330 00000000000000000002d9c3b1bad7fc1e6e8464ec9931dbfecb833c8c181187 1.60 MB 3,166 28
831,329 831,329 000000000000000000018f3b60378b18af0b8f1f411d1e60334f15315d0a9e82 1.57 MB 2,544 23
831,328 831,328 00000000000000000002460ebd4c84e75627a5c4c07e5b1d6b91325c4e4558d6 1.97 MB 1,979 16
831,327 831,327 000000000000000000034927d1cf6d7f940b35cf922f5a1c91cf7063b4d5a597 1.80 MB 2,778 22
831,326 831,326 000000000000000000000918df6e67bdd241d1e435efd337c388147aa5d25f8f 2.08 MB 2,341 17
831,325 831,325 000000000000000000017b0655be1a71432e6c4e218f27071b0da1c751103d87 1.94 MB 2,596 20
831,324 831,324 0000000000000000000151fc1a0e2fbce9cf32c5bfdf149b1ef19c32665a8f3f 1.85 MB 2,036 14
831,323 831,323 00000000000000000002b81941077bd7a93763a0320e04d893cf97a4338e9191 2.12 MB 2,100 13
831,322 831,322 0000000000000000000267b6ea0e391afba4fdc3ea6cea762433a1333180adaa 1.42 MB 1,441 15
831,321 831,321 00000000000000000001896ec07e150e93f55626cc26e6760c0c0b7d56216e3c 1.52 MB 1,626 18
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.