Memory Pool Memory Pool Refreshing

14,560 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,986 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (119,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
788,132 788,132 00000000000000000002cb24fd354e96380d2d9fb06c9467e021e849473f6f31 1.32 MB 2,413 146
788,131 788,131 0000000000000000000096cdace16e5df9dfd9a47db5b1f20803124e86e57085 1.55 MB 3,236 88
788,130 788,130 000000000000000000018fcda4d5bb2d725edfcfcb36ba11ce9d26ad151e3066 1.56 MB 3,787 103
788,129 788,129 000000000000000000002a103113fa577046044d129d647e0424fbd7649cb6fd 1.64 MB 3,627 37
788,128 788,128 000000000000000000005f707840bc41f11a7105dabcf97a4f3b1dcd740705db 1.70 MB 2,943 69
788,127 788,127 0000000000000000000330e573c68e11f045730fcce823cfffc50af735484d91 1.28 MB 2,460 54
788,126 788,126 000000000000000000039399835928182d27c0ee1193efb110bc9df10e67fd5a 1.61 MB 3,662 113
788,125 788,125 000000000000000000016f6da0732c6c99a30ba45e943526fc792a7130fbbce9 1.53 MB 3,089 101
788,124 788,124 000000000000000000027e2b880bc28c2e2a7b03b85c26edbc2bbfa85c6b9cc5 1.61 MB 3,760 127
788,123 788,123 00000000000000000002c06e3ffdacdf49f7451a548eeb8d59f9541071fc7b21 1.51 MB 3,305 155
788,122 788,122 00000000000000000001d8e0da72b49e25e86ff68cd07c6eb4f0aaf60fb9c9de 1.59 MB 3,294 118
788,121 788,121 00000000000000000002f30e2a7fd997f06f08a6d6a654295dce86a0508e6c89 1.34 MB 2,734 154
788,120 788,120 000000000000000000005ef034d20ce097cb5a63505b543aa6d232269fd704e2 1.60 MB 3,624 135
788,119 788,119 000000000000000000051e0c019eb6d6a4a9eace180328424e6e1936c939b3b6 1.40 MB 2,931 160
788,118 788,118 000000000000000000038f844801b7559f4ef9ec9ccb1c646ba021a9023a6f2c 1.57 MB 3,662 124
788,117 788,117 000000000000000000050985084130a421a828bc77440e16528fa05d29a7ca12 1.76 MB 4,425 25
788,116 788,116 000000000000000000002ec3de123d67940df8c0acda42bbc3ac39878d3d8a40 1.68 MB 3,625 72
788,115 788,115 00000000000000000001be8dd1aa2cd8211eadac6ceca1b7e7c272754044d2c8 1.55 MB 3,942 131
788,114 788,114 0000000000000000000104f0f3979b914dba1d40439b58f0afbc64d3d7b05637 1.77 MB 4,195 24
788,113 788,113 0000000000000000000051788afed5d99dd6c122de7ae9fcfa61efd2ee23d979 1.87 MB 4,056 31
788,112 788,112 000000000000000000028c613cc1b278db45e3d299b2d6848f70e65c600daab5 1.67 MB 3,929 60
Previous 10 blocks ↓
Total Size: 768.95 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,614.70 GB sent, 92.58 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.