Memory Pool Memory Pool Refreshing

4,618 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (23,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,353 884,353 00000000000000000001e2a8b5320b3a2142b5d6cd3e119615809303138f4795 1.88 MB 3,822 1
884,352 884,352 00000000000000000000c5aa0489f0ea235d2dcbc2d33b2ee6266df0da687d41 1.54 MB 4,099 5
884,351 884,351 00000000000000000002733590540aa3ac9bd93aec14e306a6eaa2622dd7dbfc 1.56 MB 3,529 4
884,350 884,350 0000000000000000000057049f767f35e0b55a69622676012dbad22a9497b70a 1.60 MB 3,929 4
884,349 884,349 00000000000000000000a038a69a8e61919779ff00979920a17492918b54f7a4 1.74 MB 3,075 2
884,348 884,348 000000000000000000005dfd8546490a8e158b109c7dab5c87ce22121760ae96 1.85 MB 3,374 1
884,347 884,347 000000000000000000014f78aab4686c7a85f8bab6f6fb4f2d8adc2733bfa988 2.12 MB 4,672 1
884,346 884,346 0000000000000000000111264041dbf7e1316151bb8d517a7ea72d4d36b7541b 1.77 MB 4,880 1
884,345 884,345 000000000000000000004c8a8071d416be5465f93c09dcf1f6961f8253974b68 1.92 MB 4,727 2
884,344 884,344 000000000000000000004c8be8a835e5c31ba6deb7590946e80e64978bebe176 1.64 MB 3,840 2
884,343 884,343 000000000000000000015a77a80bed85a4565529f44863c99e98ebe232f269d6 1.81 MB 4,605 3
884,342 884,342 00000000000000000000edc46b1e90cf1c0efcd0827e1d896d07b80014fff79d 1.65 MB 3,903 1
884,341 884,341 00000000000000000000e2234abec6209adeb5fe41f69058ef4e48bb26553430 1.52 MB 2,839 4
884,340 884,340 00000000000000000000194c3d01758e4deb88a43b6fe0429eba87323ea809ab 1.65 MB 3,052 3
884,339 884,339 00000000000000000001a3741dfa8d8a5f86088383b62e7b971fe4582c6a326d 1.78 MB 3,106 4
884,338 884,338 000000000000000000026a7c3cef39f19d0e436b1159fa700c930406a798993c 1.82 MB 4,816 1
884,337 884,337 00000000000000000000b5dd3584741c106ede983ee338ecf3d0aa7527269b66 1.98 MB 5,322 1
884,336 884,336 00000000000000000001757473666bff6a9b563ab549e483b88225ce53a75ab2 1.89 MB 5,408 1
884,335 884,335 000000000000000000006983866b99de3d7e45759bd73e3bf5f21a6fb87a0f8a 1.67 MB 3,699 2
884,334 884,334 0000000000000000000163f604e8cf877cd9bf161044a0e237c0fd3e18f04d0e 1.79 MB 4,586 1
884,333 884,333 000000000000000000024c4a12ef7054f08d074f76557c9060245c2616309b46 1.63 MB 3,550 4
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.