Memory Pool Memory Pool Refreshing

5,444 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (686,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,129 221,129 00000000000004c4dd4977722cd1c47a5f100f149855775768b7d893b4e66b1a 0.19 MB 472 258
221,128 221,128 000000000000040d5eed95c4d183ad69d1b9fdfbe13caf2a0af62a4e91d29794 0.17 MB 430 236
221,127 221,127 000000000000014224c282adca7aa4c393aa3f7b1ab4544fc9856e6551677149 0.09 MB 199 271
221,126 221,126 00000000000003354ae955abb2789574eb293132b5aa0b55391a205e2c7b322d 0.19 MB 375 173
221,125 221,125 000000000000009510fef81a2b3d78ea7fed01e24f462363609d185c61075c95 0.01 MB 15 104
221,124 221,124 0000000000000066526623e70cf97c8a02e8675247315a4e02f153bd580dc633 0.05 MB 34 41
221,123 221,123 000000000000011d5122ba447be6bbeb2f5951d9cab2319d835c4dce9a7cee29 0.09 MB 177 143
221,122 221,122 0000000000000268b5c0d90f3a3cd25aa213f8ac26a99f4fe0157fee09cc25e6 0.00 MB 9 121
221,121 221,121 00000000000001c2e0a43eca477400ffef520422098d524bfe3c4f1571104b62 0.16 MB 364 207
221,120 221,120 00000000000001bc30fc92e58cf8c0ae9ef9eb6936b3df2cf4a04e6db69640cb 0.14 MB 349 157
221,119 221,119 00000000000000811093ea841066e3ab6756aae805a7a89e87a7d943c2d3d490 0.27 MB 564 207
221,118 221,118 000000000000030f43440e3e18fecc696d6013e67ffa2e6d006766250e2bab12 0.04 MB 133 181
221,117 221,117 00000000000004fc886aacc3e52ec08c5b09e137fb4701a78ab5ccc727c11810 0.26 MB 624 192
221,116 221,116 000000000000018ac357bb04cc373abf722e24230769292619db61448635252b 0.05 MB 132 189
221,115 221,115 00000000000002d6602c3a0793995a38f0940596056473927c3027e0e30266fd 0.17 MB 339 170
221,114 221,114 000000000000050209fb8e91397ab08f3aeb3818773b4e1e63fc685740d0fbb1 0.03 MB 84 20
221,113 221,113 00000000000002b1d4445d49eaccb870a42b34682c562def54dd033265325def 0.25 MB 625 214
221,112 221,112 0000000000000121e2f5ef521097d21a1a2497d655b13321e1c9ab914abe26cb 0.05 MB 128 181
221,111 221,111 0000000000000472b9094d79aa3893e7cd8fd67a11f9b5425b9f631df396e59f 0.08 MB 91 86
221,110 221,110 0000000000000454d3131e847a0d14651ebfdf31fcc5ce4a162b0ef59dc7a404 0.19 MB 465 193
221,109 221,109 00000000000000133b93925e1bb73712e17fef56e47f12614d1f992fefc204a9 0.11 MB 203 189
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.