Memory Pool Memory Pool Refreshing

6,265 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,269 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (772,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,332 135,332 00000000000001c0d8cde60ba2693964893e5bb40a217854786cf5c550a5e5a4 0.01 MB 14 117
135,331 135,331 0000000000000873c2175c3f4e410fefd05174d63fa6e8b7754b7d0ad7cbb8f7 0.05 MB 134 321
135,330 135,330 000000000000020d28fc7e75ea4e79c183ad45355850db53b040f9135d435851 0.00 MB 5 827
135,329 135,329 0000000000000a0601fe0b122d824c5a856cad7dcd7cd0543e6fe07bbd78c70f 0.04 MB 88 275
135,328 135,328 0000000000000459117db25238c1994bd489afe96e5aa0742d11d3f8a928f869 0.03 MB 68 889
135,327 135,327 00000000000005d082a3b75219baaa0970efae200dbd3d4e1d01ee0ecfff571b 0.03 MB 53 619
135,326 135,326 0000000000000a8d7fee640f1a43b166b7bcc85de65e031e180deb87909dcf11 0.00 MB 12 555
135,325 135,325 0000000000000449ebbfd09827262f855d4fcf7d8044b9f67eb02cd78fdb0714 0.00 MB 13 986
135,324 135,324 0000000000000ab8572793525a890e0321eb56b6c6186c7234c055e6da45c4cb 0.01 MB 22 681
135,323 135,323 00000000000008ed0cd727c625bbb8593d5c54005aefd05ba761c02e0c8e8a7d 0.01 MB 31 357
135,322 135,322 000000000000081d97395682cc84234481b07774273046aeb78d828cdefec3cf 0.01 MB 23 934
135,321 135,321 000000000000030b7966830fbb081c6a29faf894c8bd7182ba88e894b3b9c5c5 0.02 MB 46 314
135,320 135,320 000000000000079bf764740787b836f6bee089035a9c365f5ebb7dd19ee8e234 0.00 MB 12 1,928
135,319 135,319 0000000000000a063df2ae203aba66b46184678136f11f8d8c0f95cc465689eb 0.04 MB 167 20
135,318 135,318 0000000000000461d4fb34cf76be58932ac0c481b3f2bdbcefefb758e25d909f 0.02 MB 45 538
135,317 135,317 000000000000020c0c6c045723bf83befb87befcf32f2c129e1f5d010686322b 0.01 MB 30 379
135,316 135,316 00000000000008c6647c917f3ffa41bdc180380947e476ca4156f074ecbf9d01 0.00 MB 5 890
135,315 135,315 00000000000008ee7c6ba21407a96d059da63c44c148cfc5ef71620d27e6d3c0 0.03 MB 90 2,277
135,314 135,314 00000000000003df1a470cbb96be0c19853351f550e506e3f2de0e615f87a75b 0.08 MB 42 184
135,313 135,313 00000000000000abd1d2dc22501271eb2e8dde7f0b5b466378af505462b9172d 0.00 MB 8 646
135,312 135,312 000000000000072315b7c46852ff99427da7e9c472bbabbf89ae3c56ce0fb3e4 0.01 MB 47 399
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.