Memory Pool Memory Pool Refreshing

5,462 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (710,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,419 197,419 000000000000039c6bf89ac6e724b21e5355c7b744e51a94fe7802288b248292 0.25 MB 650 155
197,418 197,418 00000000000005d344cef10cb101aa0bebf6ce8c86be0d7f904938cdec027888 0.05 MB 128 157
197,417 197,417 000000000000055a9f0dd96d83fb9e5b2707510db771985fe411fe6cc6ddf511 0.20 MB 451 148
197,416 197,416 00000000000004f14094edc9e3b751d48314f959f02cd673338eb1521d42f287 0.05 MB 149 150
197,415 197,415 000000000000032de480297b0e662a1aa586d6b6fed05cd281b624dfe35c66ee 0.00 MB 2 0
197,414 197,414 000000000000024db02bae3a594b36d6f1b503c961866bb469178bddd3e6a5e8 0.25 MB 336 172
197,413 197,413 00000000000000474cfe1af6ecaeb8f62148af08083af24607b26d6cbf130e63 0.05 MB 105 70
197,412 197,412 000000000000057384bcdd14ab04e3db2bb2e132debe8ff403171cc53e2084d6 0.05 MB 77 283
197,411 197,411 000000000000067ecbf6f9560afd8da57b7bcf1530197fe9859d26ddacf44429 0.03 MB 74 110
197,410 197,410 00000000000003c1222694b9cda324cb6a1f648f6666966d56f08b28f2e3fe25 0.19 MB 460 175
197,409 197,409 00000000000005ede8346d7f5b92524a0a24896c76eb71b7a785b657af16624a 0.20 MB 512 159
197,408 197,408 00000000000000592eb0a980e1d2e310826e4f166282891e59fb010f2a4ec8df 0.15 MB 386 208
197,407 197,407 00000000000003a085e0a2835985eb03220d512078e6b2dc7fc7b3e457e7275f 0.25 MB 316 223
197,406 197,406 0000000000000546daa7226fd7a04ec5705c4fdf3628949e03a258d6170f7477 0.04 MB 86 96
197,405 197,405 00000000000004591ab38bab3c0a89c95aca959f4b2fbc285d69c2cbdaa8270d 0.01 MB 17 119
197,404 197,404 000000000000040a3b6eaaa7cccddd9683284e5ebfee3cbf30736db2bd1aff1d 0.12 MB 271 166
197,403 197,403 00000000000003a80d1b4dad746fc62ff121cef0c71f87f31817993265b03303 0.34 MB 1,024 156
197,402 197,402 00000000000003c414bf3363ac3d86ca13cc0cdae0867772b39a1c4a1f61487b 0.04 MB 87 106
197,401 197,401 000000000000013f220b8f4a859c8074cf918c8af4183ca304c2efbffe3afa2e 0.05 MB 139 409
197,400 197,400 00000000000001fdf97f5e11f8ab24cd89dddb3dcc638f16a1405fa74540ca7c 0.00 MB 2 0
197,399 197,399 000000000000015eb11366611d3c3e1d3e079458b0e18b443a6ecffd0c4ae6da 0.09 MB 204 324
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.56 GB sent, 94.01 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.