Memory Pool Memory Pool Refreshing

19,224 transactions
6.13 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,262 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (134,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,113 773,113 000000000000000000034ca8def328811b9deec3777010996d44020a772bc3de 0.57 MB 1,075 11
773,112 773,112 0000000000000000000106d08a4a8ac0c8d7a32a01e0642aa9482d1d7843ed39 0.04 MB 125 16
773,111 773,111 0000000000000000000538408bda20863a26208d9e12074974242adfb65c2e23 1.25 MB 2,327 10
773,110 773,110 00000000000000000006872ea80213446c73e4d96c09183fd0c029090d00abb3 0.49 MB 753 11
773,109 773,109 00000000000000000006ddee442398c3a2706c043aaf47066e958a621fb51803 0.69 MB 1,375 12
773,108 773,108 00000000000000000005c4f5bcc0ddbfa28c147fbeb9e3f5e515139bf53237f4 1.17 MB 2,498 14
773,107 773,107 00000000000000000006f00dd633bef0460231c3b01829df7fe69b1d460ac48f 0.89 MB 1,276 14
773,106 773,106 00000000000000000004881370312131a262422b402851a3aebea1ab988c6b4e 0.11 MB 267 13
773,105 773,105 000000000000000000050956039e67e8a0be82ef9f174009782c70f14761f63f 0.15 MB 267 17
773,104 773,104 000000000000000000034dc6730b5daa7727a2a59216e38a5213dcf75a1ae3d3 0.57 MB 993 18
773,103 773,103 00000000000000000002e9d2bc829fe6bbe8677697e1a58129bc35124ef21574 0.30 MB 337 10
773,102 773,102 00000000000000000003065dabc2009a6de57a5032e0f9a2a02eb7c59b637ac2 0.21 MB 299 6
773,101 773,101 0000000000000000000091f919ff41177c53eaeb58a4e5f0b12b942418352688 1.30 MB 1,226 10
773,100 773,100 00000000000000000004556bbaff1de557b8caad018bcf0abcd82087225518a5 1.68 MB 2,805 4
773,099 773,099 00000000000000000001315635d20930cccec651846b83dbdafe8759279fb48e 1.40 MB 1,989 12
773,098 773,098 0000000000000000000052d85ea3ac618374c118dee9580902e5d040d0347569 1.43 MB 3,554 25
773,097 773,097 000000000000000000052634fdce69f46075589eb0e7106b965b9c17a52d6ef3 1.50 MB 3,325 20
773,096 773,096 00000000000000000005e99665f41cb250648fe4b78e2006fd72471fdb682464 1.05 MB 1,764 11
773,095 773,095 00000000000000000000005bd08c9d7691c94c85885985a268b9612491789f96 0.66 MB 1,422 12
773,094 773,094 00000000000000000000cb24a679fdf6f63d6c64a6ca01d50ffb35e3d10d7e56 0.22 MB 447 13
773,093 773,093 0000000000000000000014a5862b703324ee555ed220547af319aa8efd7a8957 0.70 MB 1,268 12
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.46 GB sent, 93.00 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.